factory ImportDataSource.fromJson(Map<String, dynamic> json) { return ImportDataSource( dataFormat: (json['DataFormat'] as String).toDataFormat(), s3Url: json['S3Url'] as String, ); }