isSuccess property

bool get isSuccess

Returns true if this is a Success

Implementation

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