ModifyThreadRequest constructor

ModifyThreadRequest({
  1. List<String>? addLabelIds,
  2. List<String>? removeLabelIds,
})

Implementation

ModifyThreadRequest({this.addLabelIds, this.removeLabelIds});