action property

  1. @TagNumber.new(5)
Action get action

Implementation

@$pb.TagNumber(5)
Action get action => $_getN(4);
  1. @TagNumber.new(5)
set action (Action v)

Implementation

@$pb.TagNumber(5)
set action(Action v) { setField(5, v); }