toJson method

Map<String, dynamic> toJson()

Implementation

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