initialLifecycleStateTestValue property Null safety
Sets a faked initialLifecycleState for testing.
Implementation
set initialLifecycleStateTestValue(String state) { // ignore: avoid_setters_without_getters
_initialLifecycleStateTestValue = state;
}