isSuccess property

bool get isSuccess

Implementation

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