containsErrorText method

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

No description provided for @containsErrorText.

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

Implementation

@override
String containsErrorText(String value) {
  return '값은 $value를 포함해야 합니다.';
}