CreatePassiveSellOfferOperationResponse constructor Null safety

CreatePassiveSellOfferOperationResponse(
  1. int? offerId,
  2. String? amount,
  3. String? price,
  4. String? buyingAssetType,
  5. String? buyingAssetCode,
  6. String? buyingAssetIssuer,
  7. String? sellingAssetType,
  8. String? sellingAssetCode,
  9. String? sellingAssetIssuer
)

Implementation

CreatePassiveSellOfferOperationResponse(
    this.offerId,
    this.amount,
    this.price,
    this.buyingAssetType,
    this.buyingAssetCode,
    this.buyingAssetIssuer,
    this.sellingAssetType,
    this.sellingAssetCode,
    this.sellingAssetIssuer);