Use objects with final instances dart

后端 未结 0 1910
走了就别回头了
走了就别回头了 2020-12-11 02:04

If I have this class :

class Person {
  Person(
      @required this.name,
      @required this.age,
      @required this.job,
  });
  final String name;
  fi         


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