FastAppSettingsBlocEventPayload class

The settings bloc event payload. This payload is used to pass data to the settings bloc. It can be used to pass the language code or the theme.

Constructors

FastAppSettingsBlocEventPayload.new({String? primaryCurrencyCode, String? secondaryCurrencyCode, bool? use24HourFormat, String? languageCode, String? countryCode, bool? saveEntry, String? theme})
const

Properties

countryCode String?
The country code.
final
hashCode int
The hash code for this object.
no setterinherited
languageCode String?
The language code.
final
primaryCurrencyCode String?
The primary currency code.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
saveEntry bool?
The save entry option.
final
secondaryCurrencyCode String?
The secondary currency code.
final
theme String?
The theme.
final
use24HourFormat bool?
Whether to always use 24 hour format.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited