confirmation method
No description provided for @confirmation.
In en, this message translates to: '{attribute} doesn't match {other}'
Implementation
@override
String confirmation(String attribute, String other) {
return 'محتوى ${attribute} لا يتطابق مع ${other}';
}