captchaError property

String captchaError

驗證碼錯誤

Implementation

String get captchaError {
  return Intl.message(
    '驗證碼錯誤',
    name: 'captchaError',
    desc: '',
    args: [],
  );
}