built_union 0.1.3 copy "built_union: ^0.1.3" to clipboard
built_union: ^0.1.3 copied to clipboard

Dart sum-types, compatible with built_value.dart This library is the runtime dependency.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add built_union

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  built_union: ^0.1.3

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:built_union/built_union.dart';
2
likes
10
pub points
0%
popularity

Publisher

verified publisherfreedomlayer.org

Dart sum-types, compatible with built_value.dart This library is the runtime dependency.

Repository (GitHub)
View/report issues

Dependencies

built_collection, built_value, meta

More

Packages that depend on built_union