getPackageUri abstract method

String getPackageUri()

Returns the package URI where this type is declared.

This is typically a package: URI such as:

"package:myapp/models.dart"

Implementation

String getPackageUri();