flags property
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);
Implementation
@$pb.TagNumber(8)
set flags($core.int v) {
$_setUnsignedInt32(6, v);
}