CategoryEvent.fetched constructor

const CategoryEvent.fetched({
  1. String? categoryId,
  2. String? vendorId,
})

Implementation

const factory CategoryEvent.fetched({
  String? categoryId,
  String? vendorId,
}) = _Fetched;