getAll method

List<Unit> getAll()

Returns all the units converted with prefixes

Implementation

List<Unit> getAll() {
  return unitList;
}