courseNotifyContent property
String
get
courseNotifyContent
%s 上課教室在 %s!
Implementation
String get courseNotifyContent {
return Intl.message(
'%s 上課教室在 %s!',
name: 'courseNotifyContent',
desc: '',
args: [],
);
}