package property Null safety

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;