toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final portPairRemoteLocation = this.portPairRemoteLocation;
final portPairVlan = this.portPairVlan;
final subnetLengthRange = this.subnetLengthRange;
return {
'portPairRemoteLocation': ?portPairRemoteLocation,
'portPairVlan': ?portPairVlan,
'subnetLengthRange': ?subnetLengthRange,
};
}