toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() => {
      "filter": filter.toMap(),
      "view": view,
      "returnCount": returnCount ?? false,
      "limit": limit,
      "sort": sort,
      "offset": offset ?? 0,
      "returnNulls": true
    };