isDownloadable method

ResponseFuture<BooleanResponse> isDownloadable(
  1. IdentifierUUID request, {
  2. CallOptions? options,
})

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);
}