prefix2 property
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;
The prefix fragment that was specified as part of the import directive.
Returns null
if there was no prefix specified.
@Deprecated('Use prefix instead')
PrefixFragment? get prefix2;