syncing property

  1. @TagNumber(1)
bool syncing

Implementation

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

Implementation

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