vacation property

String get vacation

Vacation

Implementation

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