toJson method

String toJson()

Implementation

String toJson() {
  return json.encode({
    "convId": convId,
    "noticeId": noticeId,
    "createTime": createTime,
    "title": title,
    "contentType": contentType,
    "content": content,
    "options": options.toJson(),
    "ext": ext,
  });
}