getValueByKey abstract method

dynamic getValueByKey(
  1. E key
)

Retrieves the value associated with the given field key.

This should return the exact field value stored in the entity instance. It is used by the form system for validation, UI updates, and the safety check inside updateByKeySafe.

Implementation

getValueByKey(E key);