message property
The error message to display when validation fails, or a translation
key for it (the built-in rules default to nylo.validation.* keys).
Use {{attribute}} as a placeholder for the field name.
Implementation
@override
String? message = "nylo.validation.not_empty";