operator [] method
Returns the NumberUnits instance at the specified index
.
Implementation
NumberUnits operator [](int index) => values.elementAt(index);
Returns the NumberUnits instance at the specified index
.
NumberUnits operator [](int index) => values.elementAt(index);