InvalidProtocolBufferException.wrongAnyMessage constructor
InvalidProtocolBufferException.wrongAnyMessage(
- String anyTypeName,
- dynamic unpackerTypeName
Implementation
InvalidProtocolBufferException.wrongAnyMessage(
String anyTypeName,
unpackerTypeName,
) : this._('''
The type of the Any message ($anyTypeName) does not match the given
unpacker ($unpackerTypeName).
''');