getField abstract method

dynamic getField(
  1. String key
)

Returns the value of the field with name key or null if key is not a field in this model.

Implementation

dynamic getField(String key);