lastState property

  1. @Deprecated('Will be replaced by endState soon.')
State<StatefulWidget>? get lastState
inherited

Implementation

@Deprecated('Will be replaced by endState soon.')
State? get lastState => endState;