PaymentOperationResponse constructor Null safety

PaymentOperationResponse(
  1. String? amount,
  2. String? assetType,
  3. String? assetCode,
  4. String? assetIssuer,
  5. KeyPair? from,
  6. String? fromMuxed,
  7. String? fromMuxedId,
  8. KeyPair? to,
  9. String? toMuxed,
  10. String? toMuxedId
)

Implementation

PaymentOperationResponse(this.amount, this.assetType, this.assetCode, this.assetIssuer, this.from,
    this.fromMuxed, this.fromMuxedId, this.to, this.toMuxed, this.toMuxedId);