class Extension { final String name; final String version; Extension({required this.name, required this.version}); }