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