We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00d1d66 commit e8bfb41Copy full SHA for e8bfb41
1 file changed
packages/dart_node_core/lib/src/extensions.dart
@@ -46,7 +46,8 @@ extension NullableExtensions<T extends Object> on T? {
46
47
/// Extension methods for non-null values enabling functional transformations.
48
///
49
-/// Provides utilities for applying transformations to values in a functional style.
+/// Provides utilities for applying transformations to values
50
+/// in a functional style.
51
extension ObjectExtensions<T extends Object> on T {
52
/// Apply function [op] to this value and return the result.
53
0 commit comments