isInSeason method

bool isInSeason(
  1. String season
)

Return true if is in season, false otherwise.

Implementation

bool isInSeason(String season) => this.season == season;