toJson method

Map toJson()

Implementation

Map toJson() {
  return {
    "answer": answer,
    "captchas": captchas,
  };
}