getPackageUri abstract method
Returns the package URI where this type is declared.
This is typically a package:
URI such as:
"package:myapp/models.dart"
Implementation
String getPackageUri();
Returns the package URI where this type is declared.
This is typically a package:
URI such as:
"package:myapp/models.dart"
String getPackageUri();