RepeatQueryEvent constructor

const RepeatQueryEvent({
  1. LoadingKey loadingKey = RecordsLoader.defaultLoadingKey,
})

Creates a new RepeatQueryEvent with an optional loadingKey.

Implementation

const RepeatQueryEvent({
  this.loadingKey = RecordsLoader.defaultLoadingKey,
});