tag property

String? tag
getter/setter pair

Must conform with RFC-1034.

That is, this string can only contain lower-case letters (a-z), numbers (0-9), and hyphens (-), and be at most 20 characters.

Implementation

core.String? tag;