check_out property

String get check_out

Clock Out

Implementation

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