enter_code property

String get enter_code

Please enter the 4-character verification code that was sent to your email address

Implementation

String get enter_code {
  return Intl.message(
    'Please enter the 4-character verification code that was sent to your email address',
    name: 'enter_code',
    desc: '',
    args: [],
  );
}