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