Errors constructor

Errors({
  1. ErrorItem? errorItem,
  2. String? code,
  3. String? description,
  4. String? message,
})

Implementation

Errors({this.errorItem, this.code, this.description, this.message});