id property
- @TagNumber.new(2)
The auto-allocated ID of the entity.
Never equal to zero. Values less than zero are discouraged and may not be supported in the future.
Implementation
@$pb.TagNumber(2)
$fixnum.Int64 get id => $_getI64(1);
- @TagNumber.new(2)
Implementation
@$pb.TagNumber(2)
set id($fixnum.Int64 v) { $_setInt64(1, v); }