menu
getsocial_flutter_sdk package
documentation
common/pagingquery.dart
PagingQuery<T extends Encodable>
toJSON method
toJSON method
dark_mode
light_mode
toJSON
method
Map
<
String
,
dynamic
>
toJSON
(
)
override
Implementation
Map<String, dynamic> toJSON() => { 'query': _query?.toJSON(), 'limit': limit, 'next': next, };
getsocial_flutter_sdk package
documentation
common/pagingquery
PagingQuery<T extends Encodable>
toJSON method
PagingQuery class