isLastState property

bool get isLastState
inherited

This is the 'latest' State being viewed by the App.

Implementation

bool get isLastState => this == lastState;