ClawbackOperationResponse constructor Null safety

ClawbackOperationResponse(
  1. String? amount,
  2. String? from,
  3. String? fromMuxed,
  4. String? fromMuxedId,
  5. String? assetType,
  6. String? assetCode,
  7. String? assetIssuer
)

Implementation

ClawbackOperationResponse(this.amount, this.from, this.fromMuxed, this.fromMuxedId,
    this.assetType, this.assetCode, this.assetIssuer);