WiredashOptionsData class
Constructors
-
WiredashOptionsData({Locale? locale, LocalizationsDelegate<
WiredashLocalizations> ? localizationDelegate}) -
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- locale → Locale?
-
The locale to be used for wiredash
final
-
localizationDelegate
→ LocalizationsDelegate<
WiredashLocalizations> ? -
This LocalizationsDelegate overrides wiredash's default. Your delegate
can provide as many localizations as you want.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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