mandatory property
bool?
get
mandatory
If true, an invalid PAC script will prevent the network stack from falling back to direct connections. Defaults to false.
Implementation
bool? get mandatory => _wrapped.mandatory;
set
mandatory
(bool? v)
Implementation
set mandatory(bool? v) {
_wrapped.mandatory = v;
}