value property

String value
final

Translated display value for the string. Values can be parameterized by surrounding the parameter with curley braces. Example: 'Hello, {name}'.

Implementation

final String value;