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