initState method Null safety

  1. @override
void initState()

Implementation

@override
@mustCallSuper
void initState() {
  _debugLifecycleState = StateLifecycle.created;
  super.initState();
}