Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: use expression bodied accessors where possible
Getters and setters with a single statement in their bodies can be simplified using the arrow operator (`=>`). This eliminates the need for braces, thereby reducing the indentation and lines used.
- Loading branch information