recycledState property

T recycledState

Returns state information that is reused across instances of this type.

This method is called once when this instance is first created. It is passed to each new instance of this type via restore.

Implementation

T get recycledState;