onlyShowNotReview property

String onlyShowNotReview

只顯示尚未審查

Implementation

String get onlyShowNotReview {
  return Intl.message(
    '只顯示尚未審查',
    name: 'onlyShowNotReview',
    desc: '',
    args: [],
  );
}