screenWidth property

  1. @BuiltValueField.new(wireName: r'screenWidth')
int get screenWidth

The total width of the shopper's device screen in pixels.

Implementation

@BuiltValueField(wireName: r'screenWidth')
int get screenWidth;