attributedValue property
Attributed value of the field.
The value may contain HTML markup for links. Only the tag and its href attribute are supported. For example, the following is key-value pair specifies a link with the text “Edit my profile”:
"attributedValue": "Edit my profile"
This key’s value overrides the text specified by the value key.
Implementation
final DictionaryValue? attributedValue;