const factory GenericState.loadedState({ @Default(false) bool isRefresh, required List<T> data, }) = _LoadedState<T>;