isOk method

bool isOk()

Returns true if the result is ok.

Implementation

bool isOk() => type == ResultType.ok;