isErr method

  1. @override
bool isErr()
override

Returns true if the option is a Err value.

Implementation

@override
bool isErr() => true;