toJson method
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,
};
}