import 'plant_in_row.dart'; class BeetRow { int id; List plants = []; BeetRow(this.id); }