shopperReference property

String? get shopperReference

Implementation

String? get shopperReference => _$this._shopperReference;
set shopperReference (covariant String? shopperReference)
covariant

Implementation

set shopperReference(covariant String? shopperReference) =>
    _$this._shopperReference = shopperReference;