ComplexConfigIN<T extends ComplexConfigIN<T, OUT>, OUT extends ComplexConfigOUT<OUT, T>> mixin

Superclass Constraints
Mixin Applications

Properties

axis Axis?
getter/setter pair
child Widget?
getter/setter pairinherited
children List<Widget>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call() → OUT
inherited
copy(T iN) → T
override
createNew() → T
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolve(dynamic data, Symbol tag) → T
override
toString() String
A string representation of this object.
inherited

Operators

operator *(double operand) → T
inherited
operator +(T operand) → T
inherited
operator -(T operand) → T
inherited
operator ==(Object other) bool
The equality operator.
inherited