customer page
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
part of 'customer_loader_bloc.dart';
|
||||
|
||||
@freezed
|
||||
class CustomerLoaderEvent with _$CustomerLoaderEvent {
|
||||
const factory CustomerLoaderEvent.setSelectedCustomer(Customer customer) =
|
||||
_SetSelectedCustomer;
|
||||
const factory CustomerLoaderEvent.fetched({@Default(false) bool isRefresh}) =
|
||||
_Fetched;
|
||||
}
|
||||
Reference in New Issue
Block a user