idx property

  1. @TagNumber.new(1)
Int64 get idx

idx of ticket to claim

Implementation

@$pb.TagNumber(1)
$fixnum.Int64 get idx => $_getI64(0);
  1. @TagNumber.new(1)
set idx (Int64 v)

Implementation

@$pb.TagNumber(1)
set idx($fixnum.Int64 v) {
  $_setInt64(0, v);
}