toJSON method

Map<String, dynamic> toJSON()

Implementation

Map<String,dynamic> toJSON() {
  return {"x": x, "y": y, "button": button};
}