total_hours property

String get total_hours

Total hours

Implementation

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