FastAppDictBlocEvent.patchEntry constructor
FastAppDictBlocEvent.patchEntry(
- String name,
- dynamic value
Implementation
FastAppDictBlocEvent.patchEntry(String name, dynamic value)
: super(
type: FastAppDictBlocEventType.patchEnties,
payload: [FastDictEntryEntity(name: name, value: value)],
);