isOk method
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();
Used to check if a Result is an OK
Returns true if the result is an OK variant of Result
bool isOk() => throw UnimplementedError();