FieldValidationMessage constructor

FieldValidationMessage({
  1. String? content,
  2. String? fieldName,
  3. String? identifier,
  4. String? title,
  5. String? type,
})

Implementation

FieldValidationMessage({
  this.content,
  this.fieldName,
  this.identifier,
  this.title,
  this.type,
});