SendIcxResponse constructor Null safety

SendIcxResponse(
  1. {String? txHash,
  2. int? status}
)

Implementation

SendIcxResponse({
  this.txHash,
  this.status,
});