getNeuronsAsString method

List<String> getNeuronsAsString()

Implementation

List<String> getNeuronsAsString() {
  return _neurons.valuesAsString;
}