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