name property

String? name
getter/setter pair

This is the name of the flag.

Flag names always use underscores, not hyphens, for example: max_allowed_packet

Implementation

core.String? name;