pushWarnLogs property

  1. @TagNumber(6)
bool pushWarnLogs

Implementation

@$pb.TagNumber(6)
$core.bool get pushWarnLogs => $_getBF(5);
  1. @TagNumber(6)
void pushWarnLogs=(bool v)

Implementation

@$pb.TagNumber(6)
set pushWarnLogs($core.bool v) { $_setBool(5, v); }