@override Future<Model> parseModel(String filePath) async { final root = await parseRoot(filePath); return root.toFlameModel(); }