optional constant
FieldBehavior
const optional
Specifically denotes a field as optional. While all fields in protocol buffers are optional, this may be specified for emphasis if appropriate.
Implementation
static const optional = FieldBehavior('OPTIONAL');