getExpected method

dynamic getExpected()

Gets the value expected by schema validation.

Returns the expected value.

Implementation

dynamic getExpected() {
  return _expected;
}