isSuccess property

bool get isSuccess

Returns true if this constitutes a success.

Implementation

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