FastAppDictBlocEvent.patchEntries constructor

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

Implementation

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