StudioSummary constructor

StudioSummary({
  1. DateTime? creationTime,
  2. String? description,
  3. String? name,
  4. String? studioId,
  5. String? url,
  6. String? vpcId,
})

Implementation

StudioSummary({
  this.creationTime,
  this.description,
  this.name,
  this.studioId,
  this.url,
  this.vpcId,
});