isCacheActive property

bool isCacheActive

Checks if arguments cache is used and State is not currently available.

Implementation

bool get isCacheActive => _cache != null;