confirmAccount property
      
      String
      get
      confirmAccount
      
    
    
Confirm Account
Implementation
String get confirmAccount {
  return Intl.message(
    'Confirm Account',
    name: 'confirmAccount',
    desc: '',
    args: [],
  );
}