maxConnectionAllowed property
- @TagNumber(4)
How many input edges can be connected to this input channel. 0 means unlimited.
Implementation
@$pb.TagNumber(4)
$fixnum.Int64 get maxConnectionAllowed => $_getI64(3);
- @TagNumber(4)
Implementation
@$pb.TagNumber(4)
set maxConnectionAllowed($fixnum.Int64 v) { $_setInt64(3, v); }