equalTo method
No description provided for @equalTo.
In en, this message translates to: '{attribute} must be equal to {count}'
Implementation
@override
String equalTo(String attribute, Object count) {
return 'يجب أن يساوي طول ${attribute} ${count}';
}