isSuccess property

bool get isSuccess

Returns true if Result is Success.

Implementation

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