cast<T> method

*<Null safety>*

QueueList<T> cast <T>() override

Implementation

QueueList<T> cast<T>() => QueueList._castFrom<E, T>(this);