FieldViolation constructor

FieldViolation({
  1. String? description,
  2. String? field,
})

Implementation

FieldViolation({
  this.description,
  this.field,
});