package property
String
get
package
The package where this type is declared. (Always the empty string for primitive types.)
Implementation
String get package => generator == null ? '' : generator!.package;