confirmation method

  1. @override
String confirmation(
  1. String attribute,
  2. String other
)
override

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}';
}