menu
y_infra package
documentation
base_features/list/base_list_cubit.dart
BaseListCubit<T>
stream property
stream property
dark_mode
light_mode
stream
property
@
override
Stream
<
BaseListState
<
T
>
>
get
stream
inherited
The current
stream
of states.
Implementation
@override Stream<State> get stream => _stateController.stream;
y_infra package
documentation
base_features/list/base_list_cubit
BaseListCubit<T>
stream property
BaseListCubit class