menu
messenger
domain/repository/paginated.dart
Paginated
<
K
,
T
>
items property
items
dark_mode
light_mode
items
property
RxSortedObsMap
<
K
,
T
>
items
final
Paginated
T
items themselves.
Implementation
final RxSortedObsMap<K, T> items = RxSortedObsMap<K, T>();
messenger
paginated
Paginated
<
K
,
T
>
items property
Paginated class