flags property
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(8);
Implementation
@$pb.TagNumber(10)
set flags($core.int value) => $_setUnsignedInt32(8, value);