Description abstract class
Specifies a description of the string to be translated, such as a note about the context.
abstract class Description {
String get value;
}
Properties
final String value #
String get value;
Specifies a description of the string to be translated, such as a note about the context.
abstract class Description {
String get value;
}
String get value;