TimeToPatrol property

String get TimeToPatrol

Please check in at the scheduled time

Implementation

String get TimeToPatrol {
  return Intl.message(
    'Please check in at the scheduled time',
    name: 'TimeToPatrol',
    desc: '',
    args: [],
  );
}