error property

String get error

Error

Implementation

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