ProtectList<T> extension

on

Methods

pop() → T?
removes the last element from the list and returns it
push(T val) → void
Same as in JavaScript
slice(int? start, [int? end]) List<T>
Same as in JavaScript
splice(int position, [int? removeCount, List<T>? value]) List<T>
Same as in JavaScript