isRequired property

bool get isRequired

If true the feature must be detected before accepting the result.

Implementation

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