courseNotifySubTitle property

String courseNotifySubTitle

上課前十分鐘提醒 點擊可取消通知

Implementation

String get courseNotifySubTitle {
  return Intl.message(
    '上課前十分鐘提醒 點擊可取消通知',
    name: 'courseNotifySubTitle',
    desc: '',
    args: [],
  );
}