CopyHistory constructor

CopyHistory({
  1. String? attachmentId,
  2. String? courseId,
  3. String? itemId,
  4. String? postId,
})

Implementation

CopyHistory({this.attachmentId, this.courseId, this.itemId, this.postId});