connectable property

bool connectable
@$pb.TagNumber(3)

Implementation

@$pb.TagNumber(3)
$core.bool get connectable => $_getBF(2);
void connectable= (bool v)
@$pb.TagNumber(3)

Implementation

@$pb.TagNumber(3)
set connectable($core.bool v) {
  $_setBool(2, v);
}