cityErrorText property

  1. @override
String get cityErrorText
override

No description provided for @cityErrorText.

In en, this message translates to: 'Value must be a valid city name.'

Implementation

@override
String get cityErrorText => '값은 유효한 도시 이름이어야 합니다.';