@override String computeTransformation(Object? json) { return group.map((t) { var v = t.transform(json); return v; }).join(); }