comment_too_long method
Error message when comment is too long
In en, this message translates to: 'Comment cannot exceed {maxLength} characters'
Implementation
@override
String comment_too_long(int maxLength) {
return 'Il commento non può superare $maxLength caratteri';
}