build method

  1. @override
String build()
override

Implementation

@override
String build() => list.map((e) => e.build()).join(',');