hours property

String get hours

Hours

Implementation

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