iXvmbakIbbuRNLRT method

Map<String, dynamic> iXvmbakIbbuRNLRT()

Implementation

Map<String, dynamic> iXvmbakIbbuRNLRT() => {
      "title": title == null ? null : Uri.encodeComponent(title!),
      "content": content == null ? null : Uri.encodeComponent(content!),
      "extras": extras,
      "configs": configs,
    };