PathPaymentStrictReceiveOperationResponse constructor Null safety

PathPaymentStrictReceiveOperationResponse(
  1. String? amount,
  2. String? sourceAmount,
  3. String? sourceMax,
  4. String? from,
  5. String? fromMuxed,
  6. String? fromMuxedId,
  7. String? to,
  8. String? toMuxed,
  9. String? toMuxedId,
  10. String? assetType,
  11. String? assetCode,
  12. String? assetIssuer,
  13. String? sourceAssetType,
  14. String? sourceAssetCode,
  15. String? sourceAssetIssuer,
  16. List<Asset?>? path
)

Implementation

PathPaymentStrictReceiveOperationResponse(
    this.amount,
    this.sourceAmount,
    this.sourceMax,
    this.from,
    this.fromMuxed,
    this.fromMuxedId,
    this.to,
    this.toMuxed,
    this.toMuxedId,
    this.assetType,
    this.assetCode,
    this.assetIssuer,
    this.sourceAssetType,
    this.sourceAssetCode,
    this.sourceAssetIssuer,
    this.path);