cachedAnalysis property
AppAnalysis?
get
cachedAnalysis
Exposes the cached AppAnalysis (available after the first generateAndSave call).
Implementation
AppAnalysis? get cachedAnalysis => _analysis;
Exposes the cached AppAnalysis (available after the first generateAndSave call).
AppAnalysis? get cachedAnalysis => _analysis;