miamihotline commented on a change in pull request #16892:
URL: https://github.com/apache/beam/pull/16892#discussion_r813818112



##########
File path: playground/frontend/lib/modules/examples/models/example_model.dart
##########
@@ -54,6 +55,7 @@ class ExampleModel with Comparable<ExampleModel> {
     required this.path,
     required this.description,
     required this.type,
+    this.contextLine = 1,

Review comment:
       I'm sorry, but I disagree because in this line we only set a default 
value for the contextLine parameter if we don't get initial. Initially, this 
parameter sets in the grpc_example_client.dart (line 226).




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