restore method

  1. @override
void restore(
  1. Null state
)
override

Provides a new instance of this type with the recycledState of this type.

Use this method it provide compiled runtime information to a new instance.

Implementation

@override
void restore(Null state) {
  /* no op - fetched from static cache in Runtime */
}