cachedAnalysis property

AppAnalysis? get cachedAnalysis

Exposes the cached AppAnalysis (available after the first generateAndSave call).

Implementation

AppAnalysis? get cachedAnalysis => _analysis;