isSuccess method

bool isSuccess()

Returns true if this is a Success.

Implementation

bool isSuccess() => this is Success<L, R>;