ResourceDataSyncDestinationDataSharing.fromJson constructor
Implementation
factory ResourceDataSyncDestinationDataSharing.fromJson(
Map<String, dynamic> json) {
return ResourceDataSyncDestinationDataSharing(
destinationDataSharingType: json['DestinationDataSharingType'] as String?,
);
}