We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaf5df2 commit 87fc564Copy full SHA for 87fc564
example/dart_comfy_frontend_example.dart
@@ -2,4 +2,5 @@ import 'package:dart_comfy_frontend/dart_comfy_frontend.dart';
2
3
void main() {
4
var workflow = WorkflowNode.fromJSON({'id': 1});
5
+ print(workflow.id);
6
}
0 commit comments