toJson method

  1. @override
Object toJson()

Implementation

@override
Object toJson() => {
  'architecture': ?architecture,
  'kind': ?kind,
  'sourceDisk': ?sourceDisk,
  'storageBytes': ?storageBytes?.toString(),
  'storageBytesStatus': ?storageBytesStatus,
};