How the super constructor works in flutter_bloc

前端 未结 0 1397
眼角桃花
眼角桃花 2021-02-14 18:21

In Dart, I understand how super works like this :

class Foo {
  Foo(int a, int b) {
    //Code of constructor
  }
}

cl         


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