OBJECT constant

Implementation

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