isSyncing property

  1. @TagNumber.new(1)
bool get isSyncing

Implementation

@$pb.TagNumber(1)
$core.bool get isSyncing => $_getBF(0);
  1. @TagNumber.new(1)
set isSyncing (bool v)

Implementation

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