common_word_error property

String get common_word_error

Error

Implementation

String get common_word_error {
  return Intl.message(
    'Error',
    name: 'common_word_error',
    desc: '',
    args: [],
  );
}