7 lines
139 B
Dart
Raw Normal View History

2025-08-19 12:23:53 +07:00
part of 'home_bloc.dart';
@freezed
class HomeEvent with _$HomeEvent {
const factory HomeEvent.fetchedDashboard() = _FetchedDashboard;
}