menu
pipen package
documentation
cubit/cubit_fetch.dart
FetchSuccess<R>
FetchSuccess constructor
FetchSuccess constructor
dark_mode
light_mode
FetchSuccess<
R
>
constructor
FetchSuccess<
R
>
(
R
result
)
Implementation
FetchSuccess(this.result);
pipen package
documentation
cubit/cubit_fetch
FetchSuccess<R>
FetchSuccess constructor
FetchSuccess class