startsWithErrorText method

  1. @override
String startsWithErrorText(
  1. String value
)
override

No description provided for @startsWithErrorText.

In en, this message translates to: 'Value must start with {value}.'

Implementation

@override
String startsWithErrorText(String value) {
  return 'El valor debe comenzar con $value.';
}