API Reference 0.3.24dart_web_toolkit_i18nKey

Key abstract class

The key used for lookup of translated strings. If not present, the key will be generated based on the {@code @GenerateKeys} annotation, or the unqualified method name if it is not present.

abstract class Key {
 String get value;
}

Properties

final String value #

String get value;