required property

bool? get required

Whether this argument must be provided.

Implementation

bool? get required => _value[Keys.required] as bool?;