Lock_Commitment constructor
Lock_Commitment({
- AccumulatorRootId? root,
- int? threshold,
Implementation
factory Lock_Commitment({
$10.AccumulatorRootId? root,
$core.int? threshold,
}) {
final $result = create();
if (root != null) {
$result.root = root;
}
if (threshold != null) {
$result.threshold = threshold;
}
return $result;
}