Skip to content

Commit 47b33b2

Browse files
committed
added docstring to getRecordFiledJsExpression
1 parent 607c7e4 commit 47b33b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dwds/lib/src/debugging/dart_runtime_debugger.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ class DartRuntimeDebugger {
161161
);
162162
}
163163

164+
/// Generates a JS expression for retrieving the fields of a record.
164165
String getRecordFieldsJsExpression() {
165166
return _buildExpression(
166167
'',

0 commit comments

Comments
 (0)