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 22b1399 commit 5073faaCopy full SHA for 5073faa
lib/src/api/models/variables_model.dart
@@ -297,6 +297,7 @@ class RuntimeVariableData extends VariableData {
297
}
298
299
300
+/// A type that defines a callback to get the value of an accessor.
301
typedef GetValueCallback = Object? Function(Object? value);
302
303
/// Defines an accessor for a variable.
pubspec.yaml
@@ -17,7 +17,7 @@ dependencies:
17
18
dev_dependencies:
19
codelessly_json_serializable: 6.7.1+1
20
- build_runner: ^2.4.8
+ build_runner: ^2.4.9
21
lints: ^3.0.0
22
23
scripts: scripts.yaml
0 commit comments