toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (instanceUid != null) 'instanceUid': instanceUid!,
if (reportTime != null) 'reportTime': reportTime!,
if (resources != null) 'resources': resources!,
};