getUnit method
Returns the Unit with the corresponding name
Implementation
@override
Unit getUnit(var name) =>
_unitList.where((element) => element.name == name).single;
Returns the Unit with the corresponding name
@override
Unit getUnit(var name) =>
_unitList.where((element) => element.name == name).single;