PortfolioDetail constructor

PortfolioDetail({
  1. String? arn,
  2. DateTime? createdTime,
  3. String? description,
  4. String? displayName,
  5. String? id,
  6. String? providerName,
})

Implementation

PortfolioDetail({
  this.arn,
  this.createdTime,
  this.description,
  this.displayName,
  this.id,
  this.providerName,
});