prefix property
String?
get
prefix
If the library is already imported with a prefix, or should be imported
with a prefix, the prefix name (without .
). Otherwise null
.
Implementation
String? get prefix;