isSuccess property

bool get isSuccess

Returns true when this is a Success.

Implementation

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