Skip to content

Commit 2c60372

Browse files
committed
Fix variable model serialization
1 parent ad1a4ef commit 2c60372

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

lib/src/api/models/variables_model.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ class CanvasVariableData extends VariableData {
235235
required super.id,
236236
required this.canvasId,
237237
required super.name,
238-
required super.type,
238+
super.type,
239239
super.value,
240240
super.extra,
241241
});

lib/src/api/models/variables_model.g.dart

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)