package property Null safety
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;
Returns the name of the package this stack frame comes from, or null
if
this stack frame doesn't come from a package:
URL.
@override
final String? package = null;