I want to create a more specialized list in dart. I can\'t directly extend List. What are my options?
//list is your given List and iterable is any object in dart that can be iterated list.addAll(Iterable)