FittorException constructor

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

Implementation

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