@override Blob slice([int? start, int? end, String? contentType]) { return blobFromJsObject(_delegate.slice(start, end, contentType)); }