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に格納できる値の型を制限するためのクラス。

localeに言語情報、valueに実際の値を格納します。

Available Extensions
Annotations

Constructors

LocalizedLocaleValue(Locale locale, T value)
const

Properties

hashCode int
The hash code for this object.
no setteroverride
locale Locale
Language Information.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → T
Actual value.
final

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