isPrimaryKey property

  1. @TagNumber(3)
bool get isPrimaryKey

@doc Whether this field is the primary key of the table.

Implementation

@$pb.TagNumber(3)
$core.bool get isPrimaryKey => $_getBF(2);
  1. @TagNumber(3)
set isPrimaryKey (bool value)

Implementation

@$pb.TagNumber(3)
set isPrimaryKey($core.bool value) => $_setBool(2, value);