toJson method

dynamic toJson()

Implementation

toJson() {
  return {"module": module, "mode": mode, "arg": arg};
}