readsDisk property
bool
get
readsDisk
Whether the SDK disk cache can be read.
Implementation
bool get readsDisk => this == memoryAndDisk || this == diskOnly;
Whether the SDK disk cache can be read.
bool get readsDisk => this == memoryAndDisk || this == diskOnly;