isSuccess property

bool get isSuccess

Checks if the state is success.

Implementation

bool get isSuccess => this == VButtonState.SUCCESS;