Mix class

Defines a mix

Constructors

Mix([Attribute? p1, Attribute? p2, Attribute? p3, Attribute? p4, Attribute? p5, Attribute? p6, Attribute? p7, Attribute? p8, Attribute? p9, Attribute? p10, Attribute? p11, Attribute? p12])
Define shape with parameters
factory
Mix.merge([Mix? shape1, Mix? shape2, Mix? shape3])
Merges 2 or 3 shape definitions
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
params List<Attribute>
final
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
A string representation of this object.
inherited

Operators

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