EntityFieldInvalid constructor

EntityFieldInvalid(
  1. String reason,
  2. Object? value, {
  3. Type? entityType,
  4. String? tableName,
  5. String? fieldName,
  6. Map<String, EntityFieldInvalid>? subEntityErrors,
  7. Object? parentError,
  8. StackTrace? parentStackTrace,
  9. Object? previousError,
  10. Object? operation,
})

Implementation

EntityFieldInvalid(this.reason, this.value,
    {this.entityType,
    this.tableName,
    this.fieldName,
    this.subEntityErrors,
    this.parentError,
    this.parentStackTrace,
    this.previousError,
    this.operation});