toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final bootDisk = this.bootDisk;
  final sourceDeviceName = this.sourceDeviceName;
  return {'bootDisk': ?bootDisk, 'sourceDeviceName': ?sourceDeviceName};
}