tutor property

String tutor

導師

Implementation

String get tutor {
  return Intl.message(
    '導師',
    name: 'tutor',
    desc: '',
    args: [],
  );
}