Using flutter I have this model
flutter
class Task { String color; String env; String id; String name; String description; bool isBuyIt;