menu
fb_core package
documentation
models/_models.dart
ResultsPagination<T>
limit property
limit property
dark_mode
light_mode
limit
property
@JsonKey.new(name: 'limit', required: true)
int
limit
getter/setter pair
The limit of the pagination.
Implementation
@JsonKey(name: 'limit', required: true) int limit;
fb_core package
documentation
models/_models
ResultsPagination<T>
limit property
ResultsPagination class