toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (displayName != null) 'displayName': displayName!,
  if (matchedIpRange != null) 'matchedIpRange': matchedIpRange!,
  if (matchedSubnetUri != null) 'matchedSubnetUri': matchedSubnetUri!,
  if (region != null) 'region': region!,
  if (uri != null) 'uri': uri!,
};