additionalKeyValues property Null safety
read / write
Additional key-values to be included in tags.
Each key-value pair must be of the form key=value, and pairs must be separated by a semicolon (;). Keys and values must not contain commas. For example, id=2;color=red is a valid value for this field.
Implementation
core.String? additionalKeyValues;