TradeEffectResponse constructor Null safety

TradeEffectResponse(
  1. String? seller,
  2. String? sellerMuxed,
  3. String? sellerMuxedId,
  4. String? offerId,
  5. String? soldAmount,
  6. String? soldAssetType,
  7. String? soldAssetCode,
  8. String? soldAssetIssuer,
  9. String? boughtAmount,
  10. String? boughtAssetType,
  11. String? boughtAssetCode,
  12. String? boughtAssetIssuer
)

Implementation

TradeEffectResponse(
    this.seller,
    this.sellerMuxed,
    this.sellerMuxedId,
    this.offerId,
    this.soldAmount,
    this.soldAssetType,
    this.soldAssetCode,
    this.soldAssetIssuer,
    this.boughtAmount,
    this.boughtAssetType,
    this.boughtAssetCode,
    this.boughtAssetIssuer);