initialLifecycleStateTestValue property

set initialLifecycleStateTestValue (String state)

Sets a faked initialLifecycleState for testing.

Implementation

set initialLifecycleStateTestValue(String state) { // ignore: avoid_setters_without_getters
  _initialLifecycleStateTestValue = state;
}