CompositeRuntimeType<Self extends CompositeRuntimeType<Self>> class

An Type object which represents an either an sum ( | ) type or an product ( * ) type. This DOES NOT provide any guarantees or safety, it only exists for pretty printing reasons!!

Implemented types
Implementers

Properties

arguments List<Type>
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString([String? op]) String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override