RepeatQueryEvent constructor
const
RepeatQueryEvent({
- LoadingKey loadingKey = RecordsLoader.defaultLoadingKey,
Creates a new RepeatQueryEvent with an optional loadingKey
.
Implementation
const RepeatQueryEvent({
this.loadingKey = RecordsLoader.defaultLoadingKey,
});