alexeyinkin commented on code in PR #23776:
URL: https://github.com/apache/beam/pull/23776#discussion_r1015084877


##########
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:
   I mean `sdkId` getter that returns super's `id`.



-- 
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]

Reply via email to