prefix property

String? prefix
final

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;