Hidden class

Inheritance
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

Hidden(Link link)
Hidden.fromJsonWithGenes(Map<String, dynamic> json, List<Gene> genes)
factory

Properties

activationFunction Activation
getter/setter pair
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
getter/setter pair
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