whereClassified method

Iterable<N> whereClassified(
  1. Classification classification, {
  2. bool strict = false,
})

Find where N classified to related classification depending animal type of Profile.

Implementation

Iterable<N> whereClassified(Classification classification,
        {bool strict = false}) =>
    this._whereClassifiedByProfile(this.profile, classification,
        strict: strict);