package property

  1. @override
String? package
final

Returns the name of the package this stack frame comes from, or null if this stack frame doesn't come from a package: URL.

Implementation

@override
final String? package = null;