bottomObstacle property

  1. @TagNumber(9)
BoolState bottomObstacle

Implementation

@$pb.TagNumber(9)
$1.BoolState get bottomObstacle => $_getN(8);
  1. @TagNumber(9)
void bottomObstacle=(BoolState v)

Implementation

@$pb.TagNumber(9)
set bottomObstacle($1.BoolState v) { setField(9, v); }