XdrClaimOfferAtom constructor Null safety

XdrClaimOfferAtom(
  1. XdrAccountID _sellerID,
  2. XdrUint64 _offerID,
  3. XdrAsset _assetSold,
  4. XdrInt64 _amountSold,
  5. XdrAsset _assetBought,
  6. XdrInt64 _amountBought
)

Implementation

XdrClaimOfferAtom(this._sellerID, this._offerID, this._assetSold,
    this._amountSold, this._assetBought, this._amountBought);