menu
rx package
documentation
store.dart
HistoryStore<S>
HistoryStore constructor
HistoryStore constructor
dark_mode
light_mode
HistoryStore<
S
>
constructor
HistoryStore<
S
>
(
Store
<
S
>
delegate
, {
Predicate1
<
S
>
?
filter
,
int
?
limit
,
})
Constructs a history store.
Implementation
HistoryStore(this.delegate, {this.filter, this.limit});
rx package
documentation
store
HistoryStore<S>
HistoryStore constructor
HistoryStore class