I have a Model of Task =>
class Task { Task({this.isDone,this.name,this.time,this.priorityValue}); final String name; bool isDone; final DateTime