update property

@doc The update to apply to the item.

Implementation

@$pb.TagNumber(2)
FFLocalStateFieldUpdate get update => $_getN(1);
  1. @TagNumber(2)
set update (FFLocalStateFieldUpdate value)

Implementation

@$pb.TagNumber(2)
set update(FFLocalStateFieldUpdate value) => $_setField(2, value);