StorageException constructor
const
StorageException({
- required String message,
- String? key,
- Object? cause,
- StackTrace? stackTrace,
Implementation
const StorageException({
required this.message,
this.key,
this.cause,
this.stackTrace,
});