primaryKeyAttribute property

ManagedAttributeDescription? primaryKeyAttribute

Implementation

ManagedAttributeDescription? get primaryKeyAttribute {
  return attributes[primaryKey];
}