BOOLEAN constant

Property_Type const BOOLEAN

Implementation

static const Property_Type BOOLEAN = Property_Type._(
    3,
    const $core.bool.fromEnvironment('protobuf.omit_enum_names')
        ? ''
        : 'BOOLEAN');