dummy property
This field is only here for triggering copy-on-write; it's not intended to be serialized.
Implementation
@$pb.TagNumber(536870911)
$core.bool get dummy => $_getBF(0);
Implementation
@$pb.TagNumber(536870911)
set dummy($core.bool v) { $_setBool(0, v); }