factory DestinationSchema.fromJson(Map<String, dynamic> json) { return DestinationSchema( recordFormatType: (json['RecordFormatType'] as String).toRecordFormatType(), ); }