label property Null safety

String label
read / write

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;