Skip to content

Commit 7278df5

Browse files
dart doc: fix warning about not found type
There is no PropertyType.double, fields should just use the dart double type.
1 parent 1896e42 commit 7278df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

objectbox/lib/src/annotations.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ class Index {
220220
/// override the default index type.
221221
///
222222
/// Note: indexes are currently not supported for [PropertyType.byteVector],
223-
/// [PropertyType.float] or [PropertyType.double] properties.
223+
/// [PropertyType.float] or [double] properties.
224224
const Index({this.type});
225225
}
226226

0 commit comments

Comments
 (0)