Skip to content

Commit

Permalink
Improve naming
Browse files Browse the repository at this point in the history
  • Loading branch information
hexbabe committed Nov 19, 2024
1 parent 11fed21 commit 8ddf63e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ extension StructUtils on Struct {
}
}

extension UnwrapProtoMapUtils on Map<String, dynamic> {
/// Deeply unwraps a nested proto map structure by removing unnecessary proto wrappers and
extension ProtoMapUtils on Map<String, dynamic> {
/// 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:
Expand Down

0 comments on commit 8ddf63e

Please sign in to comment.