isRequired property

bool? get isRequired

If true, the capture component was configured to require this criterion passes before accepting the result

Implementation

bool? get isRequired => _map["isRequired"] as bool?;