showInstructors property

String showInstructors

顯示教師名稱

Implementation

String get showInstructors {
  return Intl.message(
    '顯示教師名稱',
    name: 'showInstructors',
    desc: '',
    args: [],
  );
}