Closed deepsource-autofix[bot] closed 1 year ago
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.
=>
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.