Whether this result is Ok.
const result = Ok<int, String>(42); final succeeded = result.isOk; // true
bool get isOk;