@pragma("vm:prefer-inline") Slice<T> slice([int start = 0, int? end]) { return Slice.fromSlice(this, start, end); }