cmd_card_exist property

String cmd_card_exist

card already exists

Implementation

String get cmd_card_exist {
  return Intl.message(
    'card already exists',
    name: 'cmd_card_exist',
    desc: '',
    args: [],
  );
}