isOk method

bool isOk()

Used to check if a Result is an OK

Returns true if the result is an OK variant of Result

Implementation

bool isOk() => throw UnimplementedError();