class ProductDao { final String name; final num price; num count; ProductDao( {this.name, this.price, this.count}); }