NameException.input constructor

const NameException.input({
  1. required Object source,
  2. String message,
})

Creates a new InputException with an optional error message.

Implementation

const factory NameException.input({
  required Object source,
  String message,
}) = InputException;