API Reference 0.3.24dart_web_toolkit_i18nDescription

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;