tagged library

Classes

Tagged<Tag extends Object, RawValue extends Object>
Tagged is a Dart implementation of the Newtype pattern, a pattern used to create a new type from an existing type but with a different name and potentially different behavior.