dummy property

  1. @TagNumber.new(536870911)
bool get dummy

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);
  1. @TagNumber.new(536870911)
set dummy (bool v)

Implementation

@$pb.TagNumber(536870911)
set dummy($core.bool v) { $_setBool(0, v); }