isSuccess property

bool get isSuccess

Checks if the status indicates that the state is successful.

Implementation

bool get isSuccess => this is SuccessStatus;