toMap method

Map toMap ()

Implementation

Map toMap() {
  return {
    "entityName": this.entityName,
    "entityDesc": this.entityDesc,
    "modifyTime": this.modifyTime,
    "createTime": this.createTime,
    "customColumns": this.customColumns,
    "latestLocation": this.latestLocation?.toMap()
  };
}