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 7144ed7 commit 2f8d20aCopy full SHA for 2f8d20a
lib/src/api/models/variables_model.dart
@@ -50,6 +50,7 @@ enum VariableType {
50
ColorRGB() => VariableType.color,
51
List() => VariableType.list,
52
Map() => VariableType.map,
53
+ String() => VariableType.text,
54
_ => throw UnsupportedError(
55
'object type ${obj.runtimeType} is not supported. Cannot determine variable type'),
56
};
0 commit comments