hasStaticTypes property
bool
get
hasStaticTypes
Whether prepareStaticTypes resolved at least one file.
Implementation
bool get hasStaticTypes => _resolvedUnits.isNotEmpty;
Whether prepareStaticTypes resolved at least one file.
bool get hasStaticTypes => _resolvedUnits.isNotEmpty;