Files
flutter_projects/dart_ex_1/etc.md
2026-03-28 08:17:48 +07:00

10 lines
201 B
Markdown

return SmartLight(id: id, name: name);
---
This is poor code naming.
you should use naming like this.
if user provides id and name: user_provided_id, user_provided_name
So I know the relationship.