otpVerificationCodeLabel property

String get otpVerificationCodeLabel

Verification code

Implementation

String get otpVerificationCodeLabel {
  return Intl.message(
    'Verification code',
    name: 'otpVerificationCodeLabel',
    desc: '',
    args: [],
  );
}