Flutter: updating only nested List inside the class model

后端 未结 0 1100
借酒劲吻你
借酒劲吻你 2020-12-24 13:19

I have a user model with nested Lists.

class TestModel {
  List user;
  List userInfo;  <--- has to be updated constantly
  var userNumber;

  TestModel(
          


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