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