toJson method

Map<String, dynamic> toJson()

Implementation

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