@pragma('vm:prefer-inline') @pragma('wasm:prefer-inline') @pragma('dart2js:prefer-inline') String eraseUp([int count = 1]) => '${csi}1J' * count;