StorageException constructor

const StorageException(
  1. int code,
  2. String message,
  3. String operation
)

Implementation

const StorageException(this.code, this.message, this.operation);