Unhandled Exception: Converting object to an encodable object failed: Instance of 'DateTime'

前端 未结 0 1344
逝去的感伤
逝去的感伤 2021-01-12 04:35

I have a Model of Task =>

class Task {


Task({this.isDone,this.name,this.time,this.priorityValue});
  final String name;
   bool isDone;
   final DateTime         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题