ticksCountSupported property

  1. @TagNumber(1)
bool ticksCountSupported

Implementation

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

Implementation

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