isDartCoreSet property
bool
get
isDartCoreSet
Return true if this element represents the class Set from
dart:core.
Implementation
bool get isDartCoreSet => name == 'Set' && library.isDartCore;
Return true if this element represents the class Set from
dart:core.
bool get isDartCoreSet => name == 'Set' && library.isDartCore;