In Dart, I understand how super works like this :
Dart
super
class Foo { Foo(int a, int b) { //Code of constructor } } cl