isSuccess property

bool get isSuccess

Check if is success

Implementation

bool get isSuccess => this is SuccessState<T, E>;