toJson method

  1. @override
Object toJson()

Implementation

@override
Object toJson() => {
  if (annotations.isNotDefault) 'annotations': annotations,
  'clientDestinationPort': ?clientDestinationPort,
  'fqdn': ?fqdn,
  'instance': ?instance,
  'ipAddress': ?ipAddress,
  'ipv6Address': ?ipv6Address,
  'port': ?port,
};