strCardCityTip property

String strCardCityTip

City Name should contain 2-50 characters

Implementation

String get strCardCityTip {
  return Intl.message(
    'City Name should contain 2-50 characters',
    name: 'strCardCityTip',
    desc: '',
    args: [],
  );
}