--- class Greeter extends BaseWebViewComponent { String target Greeter(Map attr) { super('Hello, $target!') this.target = attr.target } } ---