imports property
Return the imports that share this prefix.
Implementation
@Deprecated('Use imports2 instead')
List<ImportElement> get imports;
Return the imports that share this prefix.
@Deprecated('Use imports2 instead')
List<ImportElement> get imports;