The following functions would be nice for being up to feature parity with the builtin `ListModel`: - `get()` - Get an item by `id` instead of index (implemented by `at()`) - `move()` - Move an item - `insert()` - Specify the insertion position for an item
The following functions would be nice for being up to feature parity with the builtin
ListModel:get()- Get an item byidinstead of index (implemented byat())move()- Move an iteminsert()- Specify the insertion position for an item