static FieldRef? parse(Map<String, dynamic>? json) => json == null ? null : FieldRef._fromJson(json);