FastAppSettingsBlocEvent.saveEntryChanged constructor
FastAppSettingsBlocEvent.saveEntryChanged(
- bool saveEntry
Constructor for the saveEntryChanged event.
Implementation
FastAppSettingsBlocEvent.saveEntryChanged(bool saveEntry)
: super(
type: FastAppSettingsBlocEventType.saveEntryChanged,
payload: FastAppSettingsBlocEventPayload(saveEntry: saveEntry),
);