isStorable method

bool isStorable()
If True, the instance can be stored to disk.

Implementation

bool isStorable() {
  return false;
}