courseDialogTime property

String courseDialogTime

上課時間

Implementation

String get courseDialogTime {
  return Intl.message(
    '上課時間',
    name: 'courseDialogTime',
    desc: '',
    args: [],
  );
}