FromJson return null , flutter

后端 未结 0 627
自闭症患者
自闭症患者 2021-01-25 03:34

I have this model

class Meal {
  Meal({
    this.strMeal,
    this.strMealThumb,
    this.idMeal,
  });

  String strMeal;
  String strMealThumb;
  String idMeal;         


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