Flutter: class model The argument type 'TestMode' can't be assigned to the parameter type 'Map'

前端 未结 0 726
感情败类
感情败类 2020-12-25 10:15

I am practicing creating a class model.

  void testInit() async {
    var testModel = {}.obs;
    await Future.delayed(
      Duration(seconds: 10),
    );
           


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