toJson method

String toJson()
inherited

Implementation

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