Output class

Inheritance
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

Output()
Output.fromJson(Map<String, dynamic> json)
factory
Output.index(int innovationIdentifier)

Properties

canLinkFrom bool
no setteroverride
canLinkTo bool
no setteroverride
canLoop bool
no setteroverride
depth int
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
identifier String
getter/setter pairinherited
input num
getter/setter pairinherited
output num
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
x num
getter/setter pairinherited
y num
getter/setter pairinherited

Methods

getOutput() num
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited
updateInput(Iterable<Connection> inputs) → void
override

Operators

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