toWebMap method

Map toWebMap()

Implementation

Map toWebMap() {
  return {
    'unitFrom': unitFrom.webName,
    'unitTo': unitTo.webName,
    'fromValue': valueFrom,
    'toValue': valueTo
  };
}