// Copyright 2017 The Chromium Authors. All rights reserved.// Use of this source code is governed by a BSD-style license that can be// found in the LICENSE file.classDessert{Dessert(this.name,this.calories,this.fat,this.carbs,this.protein,this.sodium,this.calcium,this.iron);finalStringname;finalintcalories;finaldoublefat;finalintcarbs;finaldoubleprotein;finalintsodium;finalintcalcium;finalintiron;}finalList<Dessert>kDesserts=<Dessert>[