prefix property
      
      SimpleIdentifier?
      get
      prefix
      
    
    
The prefix to be used with the imported names, or null if the imported
names aren't prefixed.
Implementation
SimpleIdentifier? get prefix;The prefix to be used with the imported names, or null if the imported
names aren't prefixed.
SimpleIdentifier? get prefix;