isRequired property
bool
get
isRequired
If true the feature must be detected before accepting the result.
Implementation
bool get isRequired => _map["isRequired"] as bool;
If true the feature must be detected before accepting the result.
bool get isRequired => _map["isRequired"] as bool;