courseNotifyEmpty property

String courseNotifyEmpty

Oops!尚未開啟任何上課提醒哦~

Implementation

String get courseNotifyEmpty {
  return Intl.message(
    'Oops!尚未開啟任何上課提醒哦~',
    name: 'courseNotifyEmpty',
    desc: '',
    args: [],
  );
}