$mentions_Serializer method
Builds a serializer to parse the response of $mentions_Request.
Implementation
@_i2.experimental
_i1.DynamiteSerializer<ChatMentionsResponseApplicationJson, void> $mentions_Serializer() => _i1.DynamiteSerializer(
bodyType: const FullType(ChatMentionsResponseApplicationJson),
headersType: null,
serializers: _$jsonSerializers,
validStatuses: const {200},
);