notFoundData property

String notFoundData

找不到此資料

Implementation

String get notFoundData {
  return Intl.message(
    '找不到此資料',
    name: 'notFoundData',
    desc: '',
    args: [],
  );
}