InvalidInputException constructor

const InvalidInputException({
  1. String message = 'Invalid input.',
})

Constructor.

Implementation

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