FastAppDictBlocEvent.deleteEntry constructor

FastAppDictBlocEvent.deleteEntry(
  1. String name
)

Implementation

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