imports property

  1. @Deprecated('Use imports2 instead')
List<ImportElement> imports

Return the imports that share this prefix.

Implementation

@Deprecated('Use imports2 instead')
List<ImportElement> get imports;