checkout property

String get checkout

Clock out

Implementation

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