blocs/product_variant/product_variant library
Classes
- ProductVariantBloc
-
ProductVariantBloc
is a class that extendsBloc
and manages the state of product variants. It usesProductVariantDataRepository
andProjectResourceDataRepository
to interact with the data layer. - ProductVariantEmptyState
- ProductVariantEvent
-
ProductVariantEvent
is a freezed union of all possible events that can occur in theProductVariantBloc
. - ProductVariantFetchedState
- ProductVariantLoadEvent
- ProductVariantLoadingState
- ProductVariantState
-
ProductVariantState
is a freezed union of all possible states that can occur in theProductVariantBloc
.
Typedefs
-
ProductVariantEmitter
= Emitter<
ProductVariantState>