Map<String, dynamic> toJson() { return { 'uuid': uuid, 'name': name, 'type': type, 'version': version, }; }