courseDialogTitle property

String courseDialogTitle

課程資訊

Implementation

String get courseDialogTitle {
  return Intl.message(
    '課程資訊',
    name: 'courseDialogTitle',
    desc: '',
    args: [],
  );
}