prefix property

  1. @ToBeDeprecated('Use prefixName instead.')
SimpleIdentifier? get prefix

The prefix to be used with the imported names, or null if the imported names aren't prefixed.

Implementation

@ToBeDeprecated('Use prefixName instead.')
SimpleIdentifier? get prefix;