Skip to content

Commit 5073faa

Browse files
BirjuVachhaniSaadArdati
authored andcommitted
Clean up
1 parent 22b1399 commit 5073faa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/src/api/models/variables_model.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ class RuntimeVariableData extends VariableData {
297297
}
298298
}
299299

300+
/// A type that defines a callback to get the value of an accessor.
300301
typedef GetValueCallback = Object? Function(Object? value);
301302

302303
/// Defines an accessor for a variable.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717

1818
dev_dependencies:
1919
codelessly_json_serializable: 6.7.1+1
20-
build_runner: ^2.4.8
20+
build_runner: ^2.4.9
2121
lints: ^3.0.0
2222

2323
scripts: scripts.yaml

0 commit comments

Comments
 (0)