required property

bool required
final

Whether the request element is mandatory.

When true (default), the framework will throw an exception if the requested element is not present in the request. When false, the parameter will be set to null or the defaultValue if provided.

Implementation

final bool required;