UserProfileTierRequirement constructor
const
UserProfileTierRequirement({})
Implementation
const UserProfileTierRequirement({
required this.grade,
required this.name,
required this.description,
required this.tier,
required this.requiredTrips,
required this.requiredScore,
});