canUseParsedResult property
Indicates whether this analysis rule can work with just the parsed information or if it requires a resolved unit.
Implementation
bool get canUseParsedResult => false;
Indicates whether this analysis rule can work with just the parsed information or if it requires a resolved unit.
bool get canUseParsedResult => false;