notEqualErrorText abstract method

String notEqualErrorText(
  1. Object value
)

No description provided for @notEqualErrorText.

In en, this message translates to: 'This field value must not be equal to {value}.'

Implementation

String notEqualErrorText(Object value);