hexadecimalErrorText property

  1. @override
String get hexadecimalErrorText
override

No description provided for @hexadecimalErrorText.

In en, this message translates to: 'Value must be a valid hexadecimal number.'

Implementation

@override
String get hexadecimalErrorText =>
    'Value must be a valid hexadecimal number.';