courseEmpty property

String courseEmpty

Oops!本學期沒有任何課哦~\n請選擇其他學期 😋

Implementation

String get courseEmpty {
  return Intl.message(
    'Oops!本學期沒有任何課哦~\n請選擇其他學期 😋',
    name: 'courseEmpty',
    desc: '',
    args: [],
  );
}