INTEGER constant

Implementation

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