Layer constructor

Layer(
  1. List<Neuron> neurons
)

Implementation

Layer(this.neurons);