shopperInteractionDevice property

ShopperInteractionDeviceBuilder get shopperInteractionDevice

Implementation

ShopperInteractionDeviceBuilder get shopperInteractionDevice =>
    _$this._shopperInteractionDevice ??= ShopperInteractionDeviceBuilder();
set shopperInteractionDevice (ShopperInteractionDeviceBuilder? shopperInteractionDevice)

Implementation

set shopperInteractionDevice(
  ShopperInteractionDeviceBuilder? shopperInteractionDevice,
) => _$this._shopperInteractionDevice = shopperInteractionDevice;