toJson method Null safety
Convert the DestinationMetadata to json representation.
Implementation
Map<String, Object?> toJson() {
return _$DestinationMetadataToJson(this);
}
Convert the DestinationMetadata to json representation.
Map<String, Object?> toJson() {
return _$DestinationMetadataToJson(this);
}