$undelete_Serializer method

  1. @experimental
DynamiteSerializer<DeletedShareapiUndeleteResponseApplicationJson, void> $undelete_Serializer()

Builds a serializer to parse the response of $undelete_Request.

Implementation

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