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
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