InvalidProtocolBufferException.wrongAnyMessage constructor

InvalidProtocolBufferException.wrongAnyMessage(
  1. String anyTypeName,
  2. dynamic unpackerTypeName
)

Implementation

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