dartz
dartz copied to clipboard
getOrNull for Either
it would be nice to have getOrNull in Either class, similar to getOrdElse
@cranst0n i think that @radoslawsobies didnt mean to have it as a getter, but instead to be able to call it with .getOrNull()
, am I right?
in case I'm right, I'd like to open a pr for that since this is my first time contributing to some project :)