email property

String get email

email

Implementation

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