JMap<$K extends JObject, $V extends JObject>.hash constructor

JMap<$K extends JObject, $V extends JObject>.hash(
  1. JObjType<$K> K,
  2. JObjType<$V> V
)

Implementation

JMap.hash(this.K, this.V)
    : super.fromReference(_ctorId(_hashMapClass, referenceType, []));