@override List<LabelledBodyComponentModel> copyOf(List<LabelledBodyComponentModel> ts) { return ts.map((e) => e).toList(); }