flags property

  1. @TagNumber.new(8)
int get flags

Flags that apply to this specific data point. See DataPointFlags for the available flags and their meaning.

Implementation

@$pb.TagNumber(8)
$core.int get flags => $_getIZ(6);
  1. @TagNumber.new(8)
set flags (int v)

Implementation

@$pb.TagNumber(8)
set flags($core.int v) {
  $_setUnsignedInt32(6, v);
}