enter_your_details property

String get enter_your_details

Enter your details below to login

Implementation

String get enter_your_details {
  return Intl.message(
    'Enter your details below to login',
    name: 'enter_your_details',
    desc: '',
    args: [],
  );
}