copyWith method
Implementation
SendIcxResponse copyWith({
String txHash,
int status,
}) =>
SendIcxResponse(
txHash: txHash ?? this.txHash,
status: status ?? this.status,
);
SendIcxResponse copyWith({
String txHash,
int status,
}) =>
SendIcxResponse(
txHash: txHash ?? this.txHash,
status: status ?? this.status,
);