formatError property
String
get
formatError
格式錯誤
Implementation
String get formatError {
return Intl.message(
'格式錯誤',
name: 'formatError',
desc: '',
args: [],
);
}
格式錯誤
String get formatError {
return Intl.message(
'格式錯誤',
name: 'formatError',
desc: '',
args: [],
);
}