API Reference 0.3.24dart_web_toolkit_i18nDefaultStringListValue

DefaultStringListValue abstract class

Default string array 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.

Note that in the corresponding properties/etc file, commas are used to separate elements of the array unless they are preceded with a backslash.

abstract class DefaultStringListValue {
 List<String> get value;
}

Properties

final List<String> value #

List<String> get value;