mode property

String? mode
getter/setter pair

The mode of the field.

Possible values include: REQUIRED, if it is a required field. NULLABLE, if it is an optional field. REPEATED, if it is a repeated field.

Implementation

core.String? mode;