isDartCoreList property

bool get isDartCoreList

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

Implementation

bool get isDartCoreList => name == 'List' && library.isDartCore;