2025-08-03 15:28:27 +07:00

7 lines
170 B
Dart

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