getActual method

dynamic getActual()

Gets the actual value found by schema validation.

Returns the actual value.

Implementation

dynamic getActual() {
  return _actual;
}