toJson method

  1. @override
Object toJson()
override

Implementation

@override
Object toJson() => {
  if (matchGrpcAddress.isNotDefault) 'matchGrpcAddress': matchGrpcAddress,
  if (serviceAttachment.isNotDefault) 'serviceAttachment': serviceAttachment,
  if (pscAutomatedEndpoints.isNotDefault)
    'pscAutomatedEndpoints': encodeList(pscAutomatedEndpoints),
};