toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() => <String, dynamic>{
  "table": table,
  "schema": schema,
  "pageSize": pageSize,
  "pageNumber": pageNumber,
  "orderByColumn": orderByColumn,
  "descending": descending,
  "where": where,
  "withCount": withCount,
};