toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (destination != null) 'destination': destination!,
if (pasteOrientation != null) 'pasteOrientation': pasteOrientation!,
if (pasteType != null) 'pasteType': pasteType!,
if (source != null) 'source': source!,
};