resyncSpvRequested property

  1. @TagNumber(22)
bool get resyncSpvRequested

Implementation

@$pb.TagNumber(22)
$core.bool get resyncSpvRequested => $_getBF(21);
  1. @TagNumber(22)
set resyncSpvRequested (bool v)

Implementation

@$pb.TagNumber(22)
set resyncSpvRequested($core.bool v) { $_setBool(21, v); }