isDownloadable method
Checks if the record is downloadable (checks if the custom download function has been implemented)
Implementation
$grpc.ResponseFuture<$1.BooleanResponse> isDownloadable(
$1.IdentifierUUID request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$isDownloadable, request, options: options);
}