DiffReviewExpandMsg constructor

const DiffReviewExpandMsg(
  1. String threadId, {
  2. required bool expanded,
})

Sets expansion for threadId. Unknown IDs are ignored.

Implementation

const DiffReviewExpandMsg(this.threadId, {required this.expanded});