value property
The value of the tag. The value must:
- This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
- Contain less than 256 characters.
Implementation
final String value;
The value of the tag. The value must:
final String value;