toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (appGateway != null) 'appGateway': appGateway!,
      if (ingressPort != null) 'ingressPort': ingressPort!,
      if (l7psc != null) 'l7psc': l7psc!,
      if (type != null) 'type': type!,
      if (uri != null) 'uri': uri!,
    };