toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (subnet != null) 'subnet': subnet!,
      if (vpcName != null) 'vpcName': vpcName!,
    };