isErr method

bool isErr()

Used to check if a Result is an Err

Returns true if the result is an Err variant of Result

Implementation

bool isErr() => throw UnimplementedError();