actionType property

  1. @TagNumber(1)
Action_Type actionType

Implementation

@$pb.TagNumber(1)
Action_Type get actionType => $_getN(0);
  1. @TagNumber(1)
void actionType=(Action_Type v)

Implementation

@$pb.TagNumber(1)
set actionType(Action_Type v) { setField(1, v); }