classify method

Classification classify(
  1. Temperature temperature, {
  2. bool strict = false,
})

To classify temperature for this Animal.

The temperature of Classification.hyperthermia is lower if strict set to true.

Implementation

Classification classify(Temperature temperature, {bool strict = false}) =>
    _metadata.classify(temperature, strict);