BOOLEAN constant

Implementation

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