TierAnchor constructor

const TierAnchor({
  1. AchievementTier? name,
  2. int? threshold,
})

Implementation

const TierAnchor({this.name, this.threshold});