StorageSize

@Serializable
value class StorageSize(val bytes: Long)

Strongly typed storage size.

Constructors

Link copied to clipboard
constructor(bytes: Long)

Properties

Link copied to clipboard
val bytes: Long