isSuccess property

bool get isSuccess

Returns true if this is a Result.success.

Implementation

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