cloudSlam property

  1. @TagNumber(1)
bool get cloudSlam

Implementation

@$pb.TagNumber(1)
$core.bool get cloudSlam => $_getBF(0);
  1. @TagNumber(1)
set cloudSlam (bool v)

Implementation

@$pb.TagNumber(1)
set cloudSlam($core.bool v) { $_setBool(0, v); }