recycledState property Null safety

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 instance of this type via restore.

Implementation

T? get recycledState;