toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final matchGrpcAddress = this.matchGrpcAddress;
  final pscAutomatedEndpoints = this.pscAutomatedEndpoints;
  final serviceAttachment = this.serviceAttachment;
  return {
    'matchGrpcAddress': ?matchGrpcAddress,
    'pscAutomatedEndpoints': ?pscAutomatedEndpoints,
    'serviceAttachment': ?serviceAttachment,
  };
}