packagePath property

String packagePath
final

The path of the file for this frame, e.g. "errors_patch.dart" for dart:core/errors_patch.dart or "src/widgets/text.dart" for package:flutter/src/widgets/text.dart.

Implementation

final String packagePath;