busEmpty property
String
get
busEmpty
Oops!目前校車沒上班喔~\n請選擇其他班次 😋
Implementation
String get busEmpty {
return Intl.message(
'Oops!目前校車沒上班喔~\n請選擇其他班次 😋',
name: 'busEmpty',
desc: '',
args: [],
);
}