value property
The string value associated with the key of the tag. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.
Implementation
final String value;
The string value associated with the key of the tag. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.
final String value;