FastAppDictBlocEvent.entriesRetrieved constructor

const FastAppDictBlocEvent.entriesRetrieved(
  1. List<FastDictEntryEntity> payload
)

Implementation

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