giftCardCount property

int? get giftCardCount

Implementation

int? get giftCardCount => _$this._giftCardCount;
set giftCardCount (int? giftCardCount)

Implementation

set giftCardCount(int? giftCardCount) =>
    _$this._giftCardCount = giftCardCount;