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;
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; }
String get value;