How to obtain only the right hand side value from dartz?
the code is
Some(EitherValue)
the output is:
Some(Right("hi"))
How to get the value of hi without "Some(Right" ?
How to obtain only the right hand side value from dartz?
the code is
Some(EitherValue)
the output is:
Some(Right("hi"))
How to get the value of hi without "Some(Right" ?
Copyright © 2021 Jogjafile Inc.