score property

String score

學期成績

Implementation

String get score {
  return Intl.message(
    '學期成績',
    name: 'score',
    desc: '',
    args: [],
  );
}