toJson method

Map<String, dynamic> toJson()

Implementation

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