key property

bool? key
getter/setter pair

The following boolean field specifies if the current Field acts as a primary key or id if the parent is of type entity.

Implementation

core.bool? key;