id property

  1. @TagNumber(1)
List<int> get id

The unique identifier of the cork and its root key.

Implementation

@$pb.TagNumber(1)
$core.List<$core.int> get id => $_getN(0);
  1. @TagNumber(1)
set id (List<int> v)

Implementation

@$pb.TagNumber(1)
set id($core.List<$core.int> v) {
  $_setBytes(0, v);
}