Map<String, dynamic> toJson() { return { 'id': id, 'name': name, 'version': version, 'path': path, 'enabled': enabled, }; }