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 d847888 commit b548b60Copy full SHA for b548b60
lib/src/api/models/action/set_value_action.dart
@@ -102,7 +102,7 @@ enum ValueType {
102
}
103
104
/// Represents a value to set in a node.
105
-abstract class ValueModel<T> with SerializableMixin {
+abstract class ValueModel<T extends Object?> with SerializableMixin {
106
/// The name of the property to set the value of.
107
final String name;
108
0 commit comments