login_screen_msg property

String get login_screen_msg

Log in to the attendance application

Implementation

String get login_screen_msg {
  return Intl.message(
    'Log in to the attendance application',
    name: 'login_screen_msg',
    desc: '',
    args: [],
  );
}