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 6d27975 commit 2406379Copy full SHA for 2406379
dwds/lib/src/debugging/instance.dart
@@ -268,9 +268,8 @@ class InstanceHelper extends Domain {
268
objectId,
269
offset: offset,
270
count: count,
271
- length: metaData.kind != InstanceKind.kPlainInstance
272
- ? metaData.length
273
- : null,
+ length:
+ metaData.kind != InstanceKind.kPlainInstance ? metaData.length : null,
274
);
275
276
final dartProperties = await _dartFieldsFor(properties, remoteObject);
0 commit comments