packageUri property

  1. @protected
String packageUri
final

The package URI associated with this resource.

Example: "package:my_app/src/models/user.dart"

This is typically used internally to locate and resolve the corresponding classes, fields, or methods within the package.

Implementation

@protected
final String packageUri;