lessThan method

  1. @override
String lessThan(
  1. String attribute,
  2. Object count
)
override

No description provided for @lessThan.

In en, this message translates to: '{attribute} must be less than {count}'

Implementation

@override
String lessThan(String attribute, Object count) {
  return 'يجب أن يكون ${attribute} أصغر من ${count}';
}