readsDisk property

bool get readsDisk

Whether the SDK disk cache can be read.

Implementation

bool get readsDisk => this == memoryAndDisk || this == diskOnly;