isDartCoreIterable property

bool get isDartCoreIterable

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

Implementation

bool get isDartCoreIterable => name == 'Iterable' && library.isDartCore;