FileValidationMessage constructor

FileValidationMessage({
  1. String? content,
  2. String? title,
  3. String? type,
})

Implementation

FileValidationMessage({
  this.content,
  this.title,
  this.type,
});