isRequired property Null safety

bool isRequired
read / write

Determines if the request body is required in the request.

Defaults to false.

Implementation

bool isRequired = false;