courseNotifyHint property

String courseNotifyHint

將於上課前十分鐘提醒!

Implementation

String get courseNotifyHint {
  return Intl.message(
    '將於上課前十分鐘提醒!',
    name: 'courseNotifyHint',
    desc: '',
    args: [],
  );
}