Errors constructor

Errors({
  1. String? field,
  2. String? message,
})

Implementation

Errors({this.field, this.message});