formatError property

String formatError

格式錯誤

Implementation

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