actualLeft property

  1. @TagNumber(8)
bool get actualLeft

Implementation

@$pb.TagNumber(8)
$core.bool get actualLeft => $_getBF(7);
  1. @TagNumber(8)
set actualLeft (bool v)

Implementation

@$pb.TagNumber(8)
set actualLeft($core.bool v) { $_setBool(7, v); }