toJson method

String toJson()

Implementation

String toJson() {
  return DialogCloseRequestMapper.ensureInitialized()
      .encodeJson<DialogCloseRequest>(this as DialogCloseRequest);
}