LocalizedTexts class

The list of multiple names or titles for the same entity, possibly in different languages.

Constructors

LocalizedTexts()

Properties

hashCode → int
The hash code for this object.
no setter
items ↔ List<LocalizedText>
The list of text items. Recommended to use helper methods instead of directly accessing the items.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

getDefaultValue() → String?
Returns the default value.
getPreferredValueForLocales(List<Locale> locales) → String?
Returns best name or title to be presented to the user according to specified locales.
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.