FastAppSettingsBlocEvent.saveEntryChanged constructor

FastAppSettingsBlocEvent.saveEntryChanged(
  1. bool saveEntry
)

Constructor for the saveEntryChanged event.

Implementation

FastAppSettingsBlocEvent.saveEntryChanged(bool saveEntry)
    : super(
        type: FastAppSettingsBlocEventType.saveEntryChanged,
        payload: FastAppSettingsBlocEventPayload(saveEntry: saveEntry),
      );