PortfolioShareDetail constructor

PortfolioShareDetail({
  1. bool? accepted,
  2. String? principalId,
  3. bool? shareTagOptions,
  4. DescribePortfolioShareType? type,
})

Implementation

PortfolioShareDetail({
  this.accepted,
  this.principalId,
  this.shareTagOptions,
  this.type,
});