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 5aaf62f commit b5376bcCopy full SHA for b5376bc
objectbox/test/entity.dart
@@ -135,7 +135,7 @@ class TestEntity {
135
this.uShort,
136
this.uByte,
137
this.uChar,
138
- }): tString = '';
+ }) : tString = '';
139
140
@Property(type: PropertyType.byte)
141
@Index()
@@ -167,7 +167,7 @@ class TestEntity {
167
this.iShort,
168
this.iByte,
169
this.iChar,
170
171
172
final relA = ToOne<RelatedEntityA>();
173
final relB = ToOne<RelatedEntityB>();
0 commit comments