MapType

interface MapType : Type

A map of key-value pairs

Properties

Link copied to clipboard
abstract val keyType: TypeReference

The type of the keys in the map

Link copied to clipboard
abstract val valueType: TypeReference

The type of the values in the map