ErrorDescription constructor

ErrorDescription({
  1. String key = 'error',
})

Implementation

ErrorDescription({this.key = 'error'});