isSynthetic property
bool
get
isSynthetic
Whether this import is synthetic.
A synthetic import is an import that is not represented in the source
code explicitly, but is implied by the source code. This only happens for
an implicit import of dart:core
.
Implementation
bool get isSynthetic;