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