toJson method

dynamic toJson()

Implementation

toJson() => {
      'cost': cost,
      'unit': unit,
    };