isSuccess property

bool get isSuccess

Returns true if this result is a Success.

Implementation

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