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 'ข้อมูลนี้ต้องขึ้นต้นด้วย $value';
}