Immutable

class Immutable

An immutable object is an object that can't be mutated, transferred, or deleted. Immutable objects have no owner, so anyone can use them.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion