subject property

String subject

科目

Implementation

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