your-name 288b57d4cf refactor: Moves DTO list creation to extension
Moves the `fromList` method from a factory constructor within the DTO class to an instance method within an extension. This refactors the way DTOs are instantiated from lists, promoting better organization of related utility logic outside the main class definition.
2025-07-31 01:29:59 +03:00
..