getEntityPrimaryKey function

String getEntityPrimaryKey(
  1. Type type
)

Implementation

String getEntityPrimaryKey(Type type) => getEntityMetaData(type).primaryKey;