LocalizedLocaleValue<T> class
Class for restricting the types of values that can be stored in LocalizedValue.
The language information is stored in locale and the actual value in value.
LocalizedValueに格納できる値の型を制限するためのクラス。
- Annotations
Constructors
- LocalizedLocaleValue(Locale locale, T value)
-
const
Properties
Methods
-
copyWith(
{T? value}) → LocalizedLocaleValue< T> -
Copy
value
and generate a new one. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override