FastAppDictBlocEvent.patchEntry constructor

FastAppDictBlocEvent.patchEntry(
  1. String name,
  2. dynamic value
)

Implementation

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