value property

dynamic value
final

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

final dynamic value;