FastAppDictBlocEvent.deleteEntry constructor
FastAppDictBlocEvent.deleteEntry(
- String name
Implementation
FastAppDictBlocEvent.deleteEntry(String name)
: super(
type: FastAppDictBlocEventType.deleteEntries,
payload: [FastDictEntryEntity(name: name)],
);