title_select_atSign property

String get title_select_atSign

You already have some existing atsigns. Please select an atSign or else continue with the new one.

Implementation

String get title_select_atSign {
  return Intl.message(
    'You already have some existing atsigns. Please select an atSign or else continue with the new one.',
    name: 'title_select_atSign',
    desc: '',
    args: [],
  );
}