prefix2 property

  1. @Deprecated('Use prefix instead')
PrefixFragment? get prefix2

The prefix fragment that was specified as part of the import directive.

Returns null if there was no prefix specified.

Implementation

@Deprecated('Use prefix instead')
PrefixFragment? get prefix2;