javaScriptEnabled property

  1. @BuiltValueField.new(wireName: r'javaScriptEnabled')
bool? get javaScriptEnabled

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;