toMap method

  1. @override
Map toMap ()

AddEntityOption => map

Implementation

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