ClientUpdateProposal constructor

ClientUpdateProposal(
  1. String title,
  2. String description,
  3. String subjectClientId,
  4. String substituteClientId,
)

Implementation

ClientUpdateProposal(this.title, this.description, this.subjectClientId,
    this.substituteClientId);