check_in_out property

String get check_in_out

Clock-in/Clock-out

Implementation

String get check_in_out {
  return Intl.message(
    'Clock-in/Clock-out',
    name: 'check_in_out',
    desc: '',
    args: [],
  );
}