idKey static method

Implementation

static ModelFieldDefinition idKey(QueryField<Object?> key) {
  return id(name: key.fieldName);
}