isDeferred property
bool
get
isDeferred
Whether this type is a deferred type.
A deferred type is a type that is referenced through an import prefix
(such as p.T
), where the prefix is used by a deferred import.
Returns false
if the AST structure hasn't been resolved.
Implementation
bool get isDeferred;