menu
otium_ecommerce
presentation/shared/category_bloc/category_bloc.dart
CategoryEvent
CategoryEvent.fetched const constructor
CategoryEvent.fetched
dark_mode
light_mode
CategoryEvent.fetched
constructor
const
CategoryEvent.fetched
(
{
String
?
categoryId
,
String
?
vendorId
,
})
Implementation
const factory CategoryEvent.fetched({ String? categoryId, String? vendorId, }) = _Fetched;
otium_ecommerce
category_bloc
CategoryEvent
CategoryEvent.fetched const constructor
CategoryEvent class