MapConstant<T extends Constant> constructor

const MapConstant<T extends Constant>(
  1. Map<String, T> value
)

Creates a MapConstant object with the given map of values.

Implementation

const MapConstant(this.value);