menu
flutter_storyblok package
documentation
models.dart
Pagination
toParameters method
toParameters method
dark_mode
light_mode
toParameters
method
Map
<
String
,
String
>
toParameters
(
)
Implementation
Map<String, String> toParameters() => { "page": page.toString(), "per_page": perPage.toString(), };
flutter_storyblok package
documentation
models
Pagination
toParameters method
Pagination class