Skip to content

Commit 5c14a8a

Browse files
committed
fix
1 parent b7e545d commit 5c14a8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/core.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class IValue {
4141
];
4242

4343
final int _typeCode;
44-
final _data;
44+
final dynamic _data;
4545

4646
IValue._({required int typeCode, data})
4747
: _typeCode = typeCode,

0 commit comments

Comments
 (0)