isNotImported property

bool? isNotImported
getter/setter pair

True if the suggestion is for an element from a not yet imported library. This field is omitted if the element is declared locally, or is from library is already imported, so that the suggestion can be inserted as is, or if getSuggestions was used rather than getSuggestions2.

Implementation

bool? isNotImported;