toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final aws = this.aws;
  final azure = this.azure;
  final createTime = this.createTime;
  final description = this.description;
  final encryption = this.encryption;
  final labels = this.labels;
  final name = this.name;
  final updateTime = this.updateTime;
  final vmware = this.vmware;
  return {
    'aws': ?aws,
    'azure': ?azure,
    'createTime': ?createTime,
    'description': ?description,
    'encryption': ?encryption,
    'labels': ?labels,
    'name': ?name,
    'updateTime': ?updateTime,
    'vmware': ?vmware,
  };
}