toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (export != null) 'export': export!,
if (exportFull != null) 'exportFull': exportFull!,
if (instructions != null) 'instructions': instructions!,
if (ipAddress != null) 'ipAddress': ipAddress!,
if (protocol != null) 'protocol': protocol!,
};