prefix property
The prefix for this import, if any.
For an import with as prefix
, this would be 'prefix'.
If no prefix is specified, this will be null.
Implementation
final String? prefix;
The prefix for this import, if any.
For an import with as prefix
, this would be 'prefix'.
If no prefix is specified, this will be null.
final String? prefix;