HeroInfo constructor

HeroInfo(
  1. String name,
  2. String calories,
  3. String fat,
  4. String carbs,
)

Implementation

HeroInfo(this.name, this.calories, this.fat, this.carbs);