update
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
part of 'table_loader_bloc.dart';
|
||||
|
||||
@freezed
|
||||
class TableLoaderEvent with _$TableLoaderEvent {
|
||||
const factory TableLoaderEvent.fetched({@Default(false) bool isRefresh}) =
|
||||
_Fetched;
|
||||
}
|
||||
Reference in New Issue
Block a user