act property

  1. @TagNumber.new(2)
Action get act

Implementation

@$pb.TagNumber(2)
$0.Action get act => $_getN(1);
  1. @TagNumber.new(2)
set act (Action v)

Implementation

@$pb.TagNumber(2)
set act($0.Action v) { setField(2, v); }