employee property

String get employee

Employee

Implementation

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