InputFormatterError.error constructor

InputFormatterError.error()

The input value does not meet the specifications.

Implementation

factory InputFormatterError.error() => InputFormatterError(
      code: 0,
      msg: 'The input value does not meet the rules.',
    );