isOk property

bool get isOk

Returns 'true' if the type is a success, otherwise 'false'.

Implementation

bool get isOk => _result.succeeded;