isSuccess property

bool get isSuccess

Whether this result represents success

Implementation

bool get isSuccess => this is RxSuccess<T>;