isSuccess property

bool isSuccess

Returns true if state is Success

Implementation

bool get isSuccess => this is Success;