toMap method
Implementation
Map toMap() {
return {
"serviceId": this.serviceId,
"entityName": this.entityName,
"dbEntityName": this.dbEntityName,
};
}
Map toMap() {
return {
"serviceId": this.serviceId,
"entityName": this.entityName,
"dbEntityName": this.dbEntityName,
};
}