StorageException constructor

StorageException(
  1. String message, {
  2. dynamic causedBy,
  3. StackTrace? stackTrace,
})

Implementation

StorageException(this.message, {this.causedBy, this.stackTrace});