For example, I expect can works like this:
Class Parent { String data; Parent({ this.data }); } Class Child extends Paren