part of 'customer_loader_bloc.dart'; @freezed class CustomerLoaderEvent with _$CustomerLoaderEvent { const factory CustomerLoaderEvent.getCustomer() = _GetCustomer; }