ConstMap constructor

ConstMap(
  1. Map<Constant, Constant> value
)

Creates a new map constant with the given entries.

@param value The map of constant key-value pairs

Implementation

ConstMap(super.value);