AccessProposal constructor

AccessProposal({
  1. String? createTime,
  2. String? fileId,
  3. String? proposalId,
  4. String? recipientEmailAddress,
  5. String? requestMessage,
  6. String? requesterEmailAddress,
  7. List<AccessProposalRoleAndView>? rolesAndViews,
})

Implementation

AccessProposal({
  this.createTime,
  this.fileId,
  this.proposalId,
  this.recipientEmailAddress,
  this.requestMessage,
  this.requesterEmailAddress,
  this.rolesAndViews,
});