flags property

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

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

Implementation

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

Implementation

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