noData property
String
get
noData
無資料
Implementation
String get noData {
return Intl.message(
'無資料',
name: 'noData',
desc: '',
args: [],
);
}
無資料
String get noData {
return Intl.message(
'無資料',
name: 'noData',
desc: '',
args: [],
);
}