Serializing DateTime to Timestamp for firestore flutter

后端 未结 0 1174
北恋
北恋 2021-01-27 15:23

i have a model class

import \'package:cloud_firestore/cloud_firestore.dart\';

class Available{
 String uid;
 DateTime date;
 int stock;
 bool isAvailable;

 Avai         


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