required property

bool? get required

Whether this argument must be provided.

Implementation

bool? get required => _value['required'] as bool?;