isCore property
bool
get
isCore
Whether this stack frame comes from the Dart core libraries.
Implementation
bool get isCore => uri.scheme == 'dart';
Whether this stack frame comes from the Dart core libraries.
bool get isCore => uri.scheme == 'dart';