```dart class MyClass extends SuperClass { MyClass(String p) : super(p); } ``` I haven't found anything that would allow to add the `:super(p)` part.