isCore property Null safety
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';