Proposal constructor
Proposal({
- String? billedBuyer,
- String? buyer,
- List<
Contact> ? buyerContacts, - PrivateData? buyerPrivateData,
- String? client,
- String? dealType,
- String? displayName,
- bool? isRenegotiating,
- String? lastUpdaterOrCommentorRole,
- String? name,
- List<
Note> ? notes, - String? originatorRole,
- bool? pausingConsented,
- String? proposalRevision,
- String? publisherProfile,
- List<
Contact> ? sellerContacts, - String? state,
- String? termsAndConditions,
- String? updateTime,
Implementation
Proposal({
this.billedBuyer,
this.buyer,
this.buyerContacts,
this.buyerPrivateData,
this.client,
this.dealType,
this.displayName,
this.isRenegotiating,
this.lastUpdaterOrCommentorRole,
this.name,
this.notes,
this.originatorRole,
this.pausingConsented,
this.proposalRevision,
this.publisherProfile,
this.sellerContacts,
this.state,
this.termsAndConditions,
this.updateTime,
});