toMap method

Map toMap ()

SearchFilterCondition => map

Implementation

Map toMap() {
  return {
    "entityNames": this.entityNames?.map((e) => e)?.toList(),
    "activeTime": this.activeTime,
    "inActiveTime": this.inActiveTime,
    "customColumns": this.customColumns,
  };
}