text property
The textual values of this custom attribute.
For example, ["yellow", "green"]
when the key is "color". Empty string
is not allowed. Otherwise, an INVALID_ARGUMENT error is returned. Exactly
one of text or numbers should be set. Otherwise, an INVALID_ARGUMENT error
is returned.
Implementation
core.List<core.String>? text;