FittorWasmException constructor

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

Implementation

const FittorWasmException(super.message, [super.error, super.stackTrace]);