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