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