toJson method

Map<String, dynamic> toJson()

Implementation

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