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