miamihotline commented on a change in pull request #16105:
URL: https://github.com/apache/beam/pull/16105#discussion_r774462527
##########
File path: playground/frontend/lib/modules/examples/models/example_model.dart
##########
@@ -65,6 +65,13 @@ class ExampleModel with Comparable<ExampleModel> {
this.outputs = outputs;
}
+ @override
+ bool operator ==(Object other) =>
+ identical(this, other) || other is ExampleModel && path == other.path;
Review comment:
Hello, @KonradJanica! Thank you for the review! Fixed this issue.
--
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]