shopperInteraction property

String? get shopperInteraction

Implementation

String? get shopperInteraction => _$this._shopperInteraction;
set shopperInteraction (String? shopperInteraction)

Implementation

set shopperInteraction(String? shopperInteraction) =>
    _$this._shopperInteraction = shopperInteraction;