RefundHTLTOrder constructor
Implementation
factory RefundHTLTOrder({
$core.List<$core.int>? from,
$core.List<$core.int>? swapId,
}) {
final _result = create();
if (from != null) {
_result.from = from;
}
if (swapId != null) {
_result.swapId = swapId;
}
return _result;
}