teacherConfirmContent property

String teacherConfirmContent

本 App 僅有學生功能!

Implementation

String get teacherConfirmContent {
  return Intl.message(
    '本 App 僅有學生功能!',
    name: 'teacherConfirmContent',
    desc: '',
    args: [],
  );
}