library property

  1. @override
String library
final

Returns a human-friendly description of the library that this stack frame comes from.

This will usually be the string form of uri, but a relative URI will be used if possible. Data URIs will be truncated.

Implementation

@override
final String library = 'unparsed';