Dart - abstract class with a factory and its children

前端 未结 0 1029
我在风中等你
我在风中等你 2020-12-01 21:25

I have two class in my flutter app:

 class ChildrenA{
     ....
     factory ChildrenA.fromJson(Map json) => ChildrenA(
                     


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