LocalizationAddonConfig class
AddonConfig for the LocalizationAddon.
- Inheritance
-
- Object
- AddonConfig
- LocalizationAddonConfig
Constructors
- LocalizationAddonConfig(String languageTag)
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → String
-
They key of the entry must match the name of the addon in kebab-case.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String
-
The value of the entry must be a query string that can be parsed by the
addon. The easiest way to get the value is to use the URL query string
of a Widgetbook web build.
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMapEntry(
) → MapEntry< String, String> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited