isOk property
bool
get
isOk
Returns 'true' if the type is a success, otherwise 'false'.
Implementation
bool get isOk => _result.succeeded;
Returns 'true' if the type is a success, otherwise 'false'.
bool get isOk => _result.succeeded;