void removeRange(int start, int end) { _checkRange(start, end); callMethod('splice', [start, end - start]); }