javaScriptEnabled property
Boolean value indicating if the shopper's browser is able to execute JavaScript. A default 'true' value is assumed if the field is not present.
Implementation
@BuiltValueField(wireName: r'javaScriptEnabled')
bool? get javaScriptEnabled;