name property

String? name
getter/setter pair

The name of the topic, generated by the user.

Leading and trailing whitespaces, if any, are trimmed. Also, multiple consecutive whitespaces are collapsed into one inside the name. The result must be a non-empty string. Topic names are case sensitive, and must be no longer than 100 characters.

Implementation

core.String? name;