toMap method

dynamic toMap()

Implementation

dynamic toMap() {
  return {"id": id, "quantity": quantity};
}