menu
fpdart package
documentation
fpdart.dart
State<S, A>
get method
get method
dark_mode
light_mode
get
method
State
<
S
,
S
>
get
(
)
Extract the current state
S
.
Implementation
State<S, S> get() => State((state) => (state, state));
fpdart package
documentation
fpdart
State<S, A>
get method
State class