AnchorTransaction constructor Null safety

AnchorTransaction(
  1. String? id,
  2. String? kind,
  3. String? status,
  4. int? statusEta,
  5. String? moreInfoUrl,
  6. String? amountIn,
  7. String? amountOut,
  8. String? amountFee,
  9. String? from,
  10. String? to,
  11. String? externalExtra,
  12. String? externalExtraText,
  13. String? depositMemo,
  14. String? depositMemoType,
  15. String? withdrawAnchorAccount,
  16. String? withdrawMemo,
  17. String? withdrawMemoType,
  18. String? startedAt,
  19. String? completedAt,
  20. String? stellarTransactionId,
  21. String? externalTransactionId,
  22. String? message,
  23. bool? refunded,
  24. String? requiredInfoMessage,
  25. Map<String, AnchorField>? requiredInfoUpdates,
  26. String? claimableBalanceId
)

Implementation

AnchorTransaction(
    this.id,
    this.kind,
    this.status,
    this.statusEta,
    this.moreInfoUrl,
    this.amountIn,
    this.amountOut,
    this.amountFee,
    this.from,
    this.to,
    this.externalExtra,
    this.externalExtraText,
    this.depositMemo,
    this.depositMemoType,
    this.withdrawAnchorAccount,
    this.withdrawMemo,
    this.withdrawMemoType,
    this.startedAt,
    this.completedAt,
    this.stellarTransactionId,
    this.externalTransactionId,
    this.message,
    this.refunded,
    this.requiredInfoMessage,
    this.requiredInfoUpdates,
    this.claimableBalanceId);