toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final namespace = this.namespace;
  final service = this.service;
  final serviceDirectoryRegion = this.serviceDirectoryRegion;
  return {
    'namespace': ?namespace,
    'service': ?service,
    'serviceDirectoryRegion': ?serviceDirectoryRegion,
  };
}