$ringAttendee_Serializer method

  1. @experimental
DynamiteSerializer<CallRingAttendeeResponseApplicationJson, void> $ringAttendee_Serializer()

Builds a serializer to parse the response of $ringAttendee_Request.

Implementation

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