isCore property

bool isCore

Whether this stack frame comes from the Dart core libraries.

Implementation

bool get isCore => uri.scheme == 'dart';