InvalidInputException constructor
const
InvalidInputException({
- String message = 'Invalid input.',
Constructor.
Implementation
const InvalidInputException({
String message = 'Invalid input.',
}) : super(-32000, message, null);