isSuccess property
bool
get
isSuccess
Whether this result represents success
Implementation
bool get isSuccess => this is RxSuccess<T>;
Whether this result represents success
bool get isSuccess => this is RxSuccess<T>;