getObject abstract method

  1. @protected
O? getObject(
  1. S state
)

get the value of the object from a specific state. If the given state does not track the object, just return null.

Implementation

@protected
O? getObject(S state);