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