courseNotifyError property

String courseNotifyError

Oops!發生錯誤~

Implementation

String get courseNotifyError {
  return Intl.message(
    'Oops!發生錯誤~',
    name: 'courseNotifyError',
    desc: '',
    args: [],
  );
}