FieldWarning constructor

FieldWarning({
  1. String? description,
  2. String? field,
  3. String? reason,
})

Implementation

FieldWarning({this.description, this.field, this.reason});