7 lines
152 B
Dart
Raw Normal View History

2025-08-17 10:10:31 +07:00
part of 'sales_loader_bloc.dart';
@freezed
class SalesLoaderEvent with _$SalesLoaderEvent {
const factory SalesLoaderEvent.fectched() = _Fectched;
}