pushErrorLogs property

  1. @TagNumber(4)
bool get pushErrorLogs

Implementation

@$pb.TagNumber(4)
$core.bool get pushErrorLogs => $_getBF(3);
  1. @TagNumber(4)
set pushErrorLogs (bool v)

Implementation

@$pb.TagNumber(4)
set pushErrorLogs($core.bool v) { $_setBool(3, v); }