captcha property

String captcha

驗證碼

Implementation

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