API Reference 0.3.24dart_web_toolkit_i18nDefaultStringValue

DefaultStringValue abstract class

Default string value to be used if no translation is found (and also used as the source for translation). No quoting (other than normal Java string quoting) is done.

abstract class DefaultStringValue {
 String get value;
}

Properties

final String value #

String get value;