Map<String, dynamic> toJson() { final name = this.name; final version = this.version; return { 'name': name, 'version': version, }; }