ValueResult constructor

ValueResult(
  1. String $fieldName,
  2. Object? _value,
  3. List<ValidationError> _validationErrors
)

Implementation

ValueResult(this.$fieldName, this._value, this._validationErrors);