enter_user_name property

String get enter_user_name

Enter user name

Implementation

String get enter_user_name {
  return Intl.message(
    'Enter user name',
    name: 'enter_user_name',
    desc: '',
    args: [],
  );
}