menu
tw_queue package
documentation
tw_queue.dart
TWPriorityList<T>
addToHigh method
addToHigh method
dark_mode
light_mode
addToHigh
method
dynamic
addToHigh
(
T
object
)
Implementation
addToHigh(T object) => add(object, priority: TWPriority.high);
tw_queue package
documentation
tw_queue
TWPriorityList<T>
addToHigh method
TWPriorityList class