TrialSummary constructor

TrialSummary({
  1. DateTime? creationTime,
  2. String? displayName,
  3. DateTime? lastModifiedTime,
  4. String? trialArn,
  5. String? trialName,
  6. TrialSource? trialSource,
})

Implementation

TrialSummary({
  this.creationTime,
  this.displayName,
  this.lastModifiedTime,
  this.trialArn,
  this.trialName,
  this.trialSource,
});