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