isLive property
bool
get
isLive
True when root came from runQuickScan (the live installed bundle) rather than an imported --analyze-size file.
Implementation
bool get isLive => _isLive;
True when root came from runQuickScan (the live installed bundle) rather than an imported --analyze-size file.
bool get isLive => _isLive;