auth_button_editAccount property

String get auth_button_editAccount

EDIT ACCOUNT

Implementation

String get auth_button_editAccount {
  return Intl.message(
    'EDIT ACCOUNT',
    name: 'auth_button_editAccount',
    desc: '',
    args: [],
  );
}