value property

dynamic value

The underlying value of the parameters object.

If this is accessed for a Parameter that was not passed, the request will be automatically rejected. To avoid this, use Parameter.valueOr.

Implementation

dynamic get value => _value;