append method
Implementation
Element append(String text, [ContentOptions? options]) =>
js_util.callMethod(this, 'append', [text, options]);
Element append(String text, [ContentOptions? options]) =>
js_util.callMethod(this, 'append', [text, options]);