toJson method
Implementation
Map<String, dynamic> toJson() {
final destinationDataSharingType = this.destinationDataSharingType;
return {
if (destinationDataSharingType != null)
'DestinationDataSharingType': destinationDataSharingType,
};
}