isSuccess property

bool isSuccess

Returns true if the PagedValue is Success.

Implementation

bool get isSuccess => this is Success<Key, Value>;