courseNotify property

String courseNotify

上課提醒

Implementation

String get courseNotify {
  return Intl.message(
    '上課提醒',
    name: 'courseNotify',
    desc: '',
    args: [],
  );
}