onlySupportInSchool property

String onlySupportInSchool

僅限在校生使用

Implementation

String get onlySupportInSchool {
  return Intl.message(
    '僅限在校生使用',
    name: 'onlySupportInSchool',
    desc: '',
    args: [],
  );
}