direction property

  1. @TagNumber.new(2)
IndexDirection get direction

Implementation

@$pb.TagNumber(2)
IndexDirection get direction => $_getN(1);
  1. @TagNumber.new(2)
set direction (IndexDirection v)

Implementation

@$pb.TagNumber(2)
set direction(IndexDirection v) { setField(2, v); }