API Reference 0.3.24dart_web_toolkit_i18nMeaning

Meaning abstract class

Specifies the meaning of the translated string. For example, to distinguish between multiple meanings of a word or phrase.

abstract class Meaning {
 String get value;
}

Properties

final String value #

String get value;