fromData static method
Implementation
static ClientUpdateProposal fromData(ClientUpdateProposalDataArgs data) {
return ClientUpdateProposal(data.title!, data.description!,
data.subjectClientId!, data.substituteClientId!);
}
static ClientUpdateProposal fromData(ClientUpdateProposalDataArgs data) {
return ClientUpdateProposal(data.title!, data.description!,
data.subjectClientId!, data.substituteClientId!);
}