PauseProposalRequest constructor

PauseProposalRequest({
  1. String? reason,
})

Implementation

PauseProposalRequest({
  this.reason,
});