hasanmhallak/Either
Either is a generic class in Dart that represents a value of one of two possible types L or R. The class is useful when you want to return a value that can either be of type L or of type R, but not both.
DartMIT
Issues
- 3
isRight is missing
#1 opened