---
title: "Breadth.None"
description: "Represents an empty or unspecified breadth."
type: "class"
lastmod: "2026-09-24"
---
## API Reference

> Source set: Common

```kotlin
public class None internal constructor() : Breadth()
```

Represents an empty or unspecified breadth.

## Functions

### equals

> Source set: Common

```kotlin
override fun equals(other: Any?): Boolean
```

### hashCode

> Source set: Common

```kotlin
override fun hashCode(): Int
```
