build method
Implementation
@override
HtmlElement build() {
return DivElement()
..id = 'content'
..children = children.map((child) => child.build()).toList();
}
@override
HtmlElement build() {
return DivElement()
..id = 'content'
..children = children.map((child) => child.build()).toList();
}