prefix property
SimpleIdentifier?
get
prefix
Return the prefix to be used with the imported names, or null
if the
imported names are not prefixed.
Implementation
SimpleIdentifier? get prefix;
Return the prefix to be used with the imported names, or null
if the
imported names are not prefixed.
SimpleIdentifier? get prefix;