FittorParseException constructor

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

Implementation

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