primaryKey property
Whether or not the column represents a primary key.
Implementation
@$pb.TagNumber(5)
$core.bool get primaryKey => $_getBF(4);
Implementation
@$pb.TagNumber(5)
set primaryKey($core.bool v) { $_setBool(4, v); }
Whether or not the column represents a primary key.
@$pb.TagNumber(5)
$core.bool get primaryKey => $_getBF(4);
@$pb.TagNumber(5)
set primaryKey($core.bool v) { $_setBool(4, v); }