showSectionTime property

String showSectionTime

顯示課堂時間

Implementation

String get showSectionTime {
  return Intl.message(
    '顯示課堂時間',
    name: 'showSectionTime',
    desc: '',
    args: [],
  );
}