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