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;
}