isEvaluating property Null safety
Use this flag to render CircularProgressIndicator or similar feedback to user.
Implementation
bool get isEvaluating => _thisRunCache != null;
Use this flag to render CircularProgressIndicator or similar feedback to user.
bool get isEvaluating => _thisRunCache != null;