class Cargo { String type; int price; int weight; Cargo({this.type, this.price, this.weight}); }