isStoreable method

dynamic isStoreable()

Check if the object implements Storable.

Implementation

isStoreable() {
  return true;
}