toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (endpointChainingRules != null)
    'endpointChainingRules': endpointChainingRules!,
  if (hostnames != null) 'hostnames': hostnames!,
  if (location != null) 'location': location!,
  if (name != null) 'name': name!,
  if (revisionId != null) 'revisionId': revisionId!,
  if (routingRules != null) 'routingRules': routingRules!,
  if (uid != null) 'uid': uid!,
};