In ClojureDart deftype
(and reify
) can extend abstract classes and, as a consequence, we need a way to call super implementations (even on fields because of getters/setters).
For example, this Dart
class WebViewExampleState extends State<WebViewExample> {
@override
void initState() {