email property

String get email

Email

Implementation

String get email {
  return Intl.message(
    'Email',
    name: 'email',
    desc: '',
    args: [],
  );
}