toJson method

Map toJson()

Implementation

Map toJson() => {
     'filter_by': filter_by,
     'limit': limit,
     'page': page,
   };