Converts this object into JSON format.
Map<String, dynamic> toJson() { return { ApiFields.action: action, ApiFields.rotation: rotation.toJson(), }; }