getKeyClassMirror static method

ClassMirror getKeyClassMirror(
  1. ClassMirror map
)

Returns the generic key class of the map class.

Implementation

static ClassMirror getKeyClassMirror(ClassMirror map)
  => _getElementClassMirror0(map, 0);