copy

fun copy(    reason: String = this.reason,     text: String? = this.text,     screenshot: Bitmap? = this.screenshot,     sessionId: String? = this.sessionId,     feedbackId: String? = this.feedbackId): FeedbackEvent

Creates new FeedbackEvent from current instance.