getObject abstract method
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);
get the value of the object from a specific state. If the given state does not track the object, just return null.
@protected
O? getObject(S state);