subject property

String get subject

科目

Implementation

String get subject {
  return Intl.message(
    '科目',
    name: 'subject',
    desc: '',
    args: [],
  );
}