isSuccess property

bool get isSuccess

Whether this result is a Success.

Implementation

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