$listNotifications_Serializer method

  1. @experimental
DynamiteSerializer<EndpointListNotificationsResponseApplicationJson, EndpointEndpointListNotificationsHeaders> $listNotifications_Serializer()

Builds a serializer to parse the response of $listNotifications_Request.

Implementation

@_i2.experimental
_i1.DynamiteSerializer<EndpointListNotificationsResponseApplicationJson, EndpointEndpointListNotificationsHeaders>
    $listNotifications_Serializer() => _i1.DynamiteSerializer(
          bodyType: const FullType(EndpointListNotificationsResponseApplicationJson),
          headersType: const FullType(EndpointEndpointListNotificationsHeaders),
          serializers: _$jsonSerializers,
          validStatuses: const {200},
        );