canNotUseFeature property

String canNotUseFeature

此帳號無法使用此功能或是學校系統出了問題

Implementation

String get canNotUseFeature {
  return Intl.message(
    '此帳號無法使用此功能或是學校系統出了問題',
    name: 'canNotUseFeature',
    desc: '',
    args: [],
  );
}