FastAppDictBlocEvent.entriesRetrieved constructor
const
FastAppDictBlocEvent.entriesRetrieved(
- List<
FastDictEntryEntity> payload
Implementation
const FastAppDictBlocEvent.entriesRetrieved(List<FastDictEntryEntity> payload)
: super(
type: FastAppDictBlocEventType.entriesRetrieved, payload: payload);