StoreBountyException constructor
const
StoreBountyException(
- String message, {
- String? code,
- dynamic originalError,
- StackTrace? stackTrace,
Implementation
const StoreBountyException(
this.message, {
this.code,
this.originalError,
this.stackTrace,
});