getKeyClassMirror static method
Returns the generic key class of the map class.
Implementation
static ClassMirror getKeyClassMirror(ClassMirror map)
=> _getElementClassMirror0(map, 0);
Returns the generic key class of the map class.
static ClassMirror getKeyClassMirror(ClassMirror map)
=> _getElementClassMirror0(map, 0);