name property

String? name
getter/setter pair

Name of the AppGroup.

Characters you can use in the name are restricted to: A-Z0-9._-$ %.

Immutable.

Implementation

core.String? name;