Depth({ num? quantity, num? price, num? orders, }) { _quantity = quantity; _price = price; _orders = orders; }