toJson method

String toJson()

Implementation

String toJson() => ikkMDRSazNrwMPHX.XpWvEzOtXSLTdmHl.CtbQCzHTcvOMZUzT({
      "title": title == null ? null : Uri.encodeComponent(title!),
      "content": content == null ? null : Uri.encodeComponent(content!),
      "extras": extras,
      "configs": configs,
    });