HDict constructor

HDict(
  1. Map<String, HVal?> map
)

Implementation

factory HDict(Map<String, HVal?> map) = _MapImpl;