clockInRequest property

  1. @TagNumber.new(1)
ClockInRequest get clockInRequest

Implementation

@$pb.TagNumber(1)
ClockInRequest get clockInRequest => $_getN(0);
  1. @TagNumber.new(1)
set clockInRequest (ClockInRequest v)

Implementation

@$pb.TagNumber(1)
set clockInRequest(ClockInRequest v) { setField(1, v); }