idx property
- @TagNumber.new(1)
idx of ticket to claim
Implementation
@$pb.TagNumber(1)
$fixnum.Int64 get idx => $_getI64(0);
- @TagNumber.new(1)
Implementation
@$pb.TagNumber(1)
set idx($fixnum.Int64 v) {
$_setInt64(0, v);
}
idx of ticket to claim
@$pb.TagNumber(1)
$fixnum.Int64 get idx => $_getI64(0);
@$pb.TagNumber(1)
set idx($fixnum.Int64 v) {
$_setInt64(0, v);
}