nausharipov commented on code in PR #23776:
URL: https://github.com/apache/beam/pull/23776#discussion_r1014599799
##########
learning/tour-of-beam/frontend/lib/models/content_tree.dart:
##########
@@ -18,15 +18,25 @@
import '../repositories/models/get_content_tree_response.dart';
import 'module.dart';
+import 'node.dart';
+import 'parent_node.dart';
-class ContentTreeModel {
+class ContentTreeModel extends ParentNodeModel {
final String sdkId;
Review Comment:
There's a warning (Don't override fields) if a field is named `id`. Is `id`
better be renamed to something else like `sdk`? Or is the parent `id` supposed
to be used?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]