toMap method
- @override
UpdateEntityOption => map
Implementation
@override
Map toMap() {
Map map = super.toMap();
map['entityName'] = this.entityName;
map['entityDesc'] = this.entityDesc;
map['customColumns'] = this.customColumns;
return map;
}