toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (committedStorageBytes != null)
'committedStorageBytes': committedStorageBytes!,
if (disks != null) 'disks': disks!,
if (firmware != null) 'firmware': firmware!,
if (vmCapabilitiesInfo != null)
'vmCapabilitiesInfo': vmCapabilitiesInfo!,
};