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