enter_email_subject property
String
get
enter_email_subject
Enter mail subject
Implementation
String get enter_email_subject {
return Intl.message(
'Enter mail subject',
name: 'enter_email_subject',
desc: '',
args: [],
);
}