toJson method

Map<String, dynamic> toJson()

Implementation

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