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