Uint16List extension

Adds extension for lists of uint16.

on

Operators

operator [](int index) int
The object at the given index in the list.
operator []=(int index, int value) → void
Sets the value at the given index in the list to value.