From 8ddf63e0a9114b1ebac95137b0b6f5da1d905447 Mon Sep 17 00:00:00 2001 From: hexbabe Date: Tue, 19 Nov 2024 12:25:56 -0500 Subject: [PATCH] Improve naming --- lib/src/utils.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src/utils.dart b/lib/src/utils.dart index 4cba7b923ba..203f2678118 100644 --- a/lib/src/utils.dart +++ b/lib/src/utils.dart @@ -39,8 +39,8 @@ extension StructUtils on Struct { } } -extension UnwrapProtoMapUtils on Map { - /// Deeply unwraps a nested proto map structure by removing unnecessary proto wrappers and +extension ProtoMapUtils on Map { + /// Deeply unwraps a map derived from a proto struct by removing unnecessary proto wrappers and /// converting all nested values to their primitive Dart types. /// /// Handles: