getPackageUri abstract method
Gets the package URI where this class is defined.
Returns:
- The package URI (e.g.,
package:myapp/models.dart
) dart:core
for core types- May be empty for dynamic types
Implementation
String getPackageUri();
Gets the package URI where this class is defined.
Returns:
package:myapp/models.dart
)dart:core
for core typesString getPackageUri();