ListValue

data class ListValue(val items: List<MetadataValue>) : MetadataValue

A list/array argument. Annotation vararg and Array<X> arguments are captured here.

Constructors

Link copied to clipboard
constructor(items: List<MetadataValue>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String