SendIcxResponse.fromJson constructor Null safety
Implementation
factory SendIcxResponse.fromJson(Map<String, dynamic> json) =>
SendIcxResponse(
txHash: json["txHash"],
status: json["status"],
);
factory SendIcxResponse.fromJson(Map<String, dynamic> json) =>
SendIcxResponse(
txHash: json["txHash"],
status: json["status"],
);