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

Simple union types using classes. Types: the union of `int` and `String` is `Union2<int, String>`. Values: `42.u21` is `42` with type `Union2<int, Never>`.

1 versionVersions feed

Stable versions of class_unions

VersionMin Dart SDKUploadedDocumentationArchive
1.0.0Null safety3.64 months agoGo to the documentation of class_unions 1.0.0Download class_unions 1.0.0 archive
0
likes
160
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

Simple union types using classes. Types: the union of `int` and `String` is `Union2<int, String>`. Values: `42.u21` is `42` with type `Union2<int, Never>`.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on class_unions