getPackageUri abstract method

String getPackageUri()

Returns the package URI in which this class is declared.

The URI typically follows the package: scheme and identifies the logical package owner of the class.

Example

"package:myapp/models.dart"

Implementation

String getPackageUri();