label property

String label
getter/setter pair

The label for the textual encoding.

RFC 7468 says, "labels are formally case-sensitive, uppercase, and comprised of zero or more characters; they do not contain consecutive spaces or hyphen-minuses, nor do they contain spaces or hyphen-minuses at either end."

Implementation

late String label;