toJson method

Map<String, dynamic> toJson()

Implementation

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