userNotSupport property

String userNotSupport

使用者無法使用此功能

Implementation

String get userNotSupport {
  return Intl.message(
    '使用者無法使用此功能',
    name: 'userNotSupport',
    desc: '',
    args: [],
  );
}