numericErrorText property

  1. @override
String numericErrorText
override

No description provided for @numericErrorText.

In en, this message translates to: 'Value must be numeric.'

Implementation

@override
String get numericErrorText => 'Vrednost polja mora biti numerična.';