Skip to content

Commit

Permalink
added docstring to getRecordFiledJsExpression
Browse files Browse the repository at this point in the history
  • Loading branch information
jyameo committed Dec 17, 2024
1 parent 607c7e4 commit 47b33b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dwds/lib/src/debugging/dart_runtime_debugger.dart
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ class DartRuntimeDebugger {
);
}

/// Generates a JS expression for retrieving the fields of a record.
String getRecordFieldsJsExpression() {
return _buildExpression(
'',
Expand Down

0 comments on commit 47b33b2

Please sign in to comment.