allShortest property

  1. @TagNumber(5)
bool get allShortest

Implementation

@$pb.TagNumber(5)
$core.bool get allShortest => $_getBF(4);
  1. @TagNumber(5)
set allShortest (bool value)

Implementation

@$pb.TagNumber(5)
set allShortest($core.bool value) => $_setBool(4, value);