$getUpcomingReminders_Serializer method

  1. @experimental
DynamiteSerializer<ChatGetUpcomingRemindersResponseApplicationJson, void> $getUpcomingReminders_Serializer()

Builds a serializer to parse the response of $getUpcomingReminders_Request.

Implementation

@_i2.experimental
_i1.DynamiteSerializer<ChatGetUpcomingRemindersResponseApplicationJson, void> $getUpcomingReminders_Serializer() =>
    _i1.DynamiteSerializer(
      bodyType: const FullType(ChatGetUpcomingRemindersResponseApplicationJson),
      headersType: null,
      serializers: _$jsonSerializers,
      validStatuses: const {200},
    );