notEqualErrorText method
No description provided for @notEqualErrorText.
In en, this message translates to: 'This field value must not be equal to {value}.'
Implementation
@override
String notEqualErrorText(String value) {
return 'ຄ່າໃນຟອມນີ້ຕ້ອງບໍ່ເທົ່າກັບ $value.';
}