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