toMap method

Map toMap ()

Implementation

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