We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08bb09f commit 0aab8a7Copy full SHA for 0aab8a7
lib/src/protobuf/mixins/map_mixin.dart
@@ -11,7 +11,7 @@ import "package:protobuf/protobuf.dart" show BuilderInfo;
11
///
12
/// This mixin is enabled via an option in
13
/// dart_options.proto in dart-protoc-plugin.
14
-abstract class PbMapMixin implements Map<String, dynamic> {
+abstract class PbMapMixin implements Map {
15
16
// GeneratedMessage properties and methods used by this mixin.
17
0 commit comments