writesDisk property

bool get writesDisk

Whether the SDK disk cache can be written.

Implementation

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