comment_empty property

  1. @override
String get comment_empty
override

Error message when comment is empty

In en, this message translates to: 'Comment cannot be empty'

Implementation

@override
String get comment_empty => 'Il commento non può essere vuoto';