factory AvroSource.fromJson(Map<String, dynamic> json) { return AvroSource(gcsSource: decode(json['gcsSource'], GcsSource.fromJson)); }