setLeft property

  1. @TagNumber(4)
bool setLeft

Indicates that left = 0 is valid, even though 0 usually means no value.

Implementation

@$pb.TagNumber(4)
$core.bool get setLeft => $_getBF(3);
  1. @TagNumber(4)
void setLeft=(bool v)

Implementation

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