toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (resource != null) 'resource': resource!,
if (service != null) 'service': service!,
if (sourceEntry != null) 'sourceEntry': sourceEntry!,
if (storageProperties != null) 'storageProperties': storageProperties!,
};