eitherx 1.0.0 copy "eitherx: ^1.0.0" to clipboard
eitherx: ^1.0.0 copied to clipboard

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.

1.0.0 #

  • Initial version.
2
likes
0
pub points
72%
popularity

Publisher

unverified uploader

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.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

meta

More

Packages that depend on eitherx