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