ManageSellOfferOperationResponse constructor Null safety

ManageSellOfferOperationResponse(
  1. String? 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

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