ValidationError constructor

const ValidationError({
  1. String? message,
  2. Node? node,
})

Implementation

const ValidationError({
  this.message,
  this.node,
});