How to convert Boolean Value to Int value in Sqlite?

后端 未结 0 862
轻奢々
轻奢々 2020-11-30 03:23

Using flutter I have this model

  class Task {
  String color;
  String env;
  String id;
  String name;
  String description;
  bool isBuyIt;
           


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