toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final adminEnabled = this.adminEnabled;
  final endpoints = this.endpoints;
  final label = this.label;
  final wireProperties = this.wireProperties;
  return {
    'adminEnabled': ?adminEnabled,
    'endpoints': ?endpoints,
    'label': ?label,
    'wireProperties': ?wireProperties,
  };
}