StorageException constructor

const StorageException(
  1. String message, [
  2. Object? error,
  3. StackTrace? stackTrace
])

Implementation

const StorageException(this.message, [this.error, this.stackTrace]);