FittorWasmException constructor
const
FittorWasmException(
- String message, [
- dynamic error,
- StackTrace? stackTrace
Implementation
const FittorWasmException(super.message, [super.error, super.stackTrace]);