isDartCoreUri property

bool isDartCoreUri

Returns true if this type represents the type 'Uri' defined in the dart:core library.

Implementation

bool get isDartCoreUri => isDartCore && element?.name == 'Uri';