whereClassified method
Implementation
Iterable<N> whereClassified(Classification classification,
{bool strict = false}) =>
this.where((nodes) =>
profile.animal.classify(nodes.temperature, strict: strict) ==
classification);