build method

  1. @override
String build()
override

Implementation

@override
String build() {
  return children.map((cu) => cu.build()).join();
}