Proposal constructor
Proposal({
- Buyer? billedBuyer,
- Buyer? buyer,
- List<
ContactInformation> ? buyerContacts, - PrivateData? buyerPrivateData,
- List<
Deal> ? deals, - String? displayName,
- bool? isRenegotiating,
- bool? isSetupComplete,
- String? lastUpdaterOrCommentorRole,
- List<
Note> ? notes, - String? originatorRole,
- String? privateAuctionId,
- String? proposalId,
- String? proposalRevision,
- String? proposalState,
- Seller? seller,
- List<
ContactInformation> ? sellerContacts, - String? termsAndConditions,
- String? updateTime,
Implementation
Proposal({
this.billedBuyer,
this.buyer,
this.buyerContacts,
this.buyerPrivateData,
this.deals,
this.displayName,
this.isRenegotiating,
this.isSetupComplete,
this.lastUpdaterOrCommentorRole,
this.notes,
this.originatorRole,
this.privateAuctionId,
this.proposalId,
this.proposalRevision,
this.proposalState,
this.seller,
this.sellerContacts,
this.termsAndConditions,
this.updateTime,
});