isDartCoreMap property

bool get isDartCoreMap

Return true if this element represents the class Map from dart:core.

Implementation

bool get isDartCoreMap => name == 'Map' && library.isDartCore;