ListTrialsResponse constructor

ListTrialsResponse({
  1. String? nextToken,
  2. List<TrialSummary>? trialSummaries,
})

Implementation

ListTrialsResponse({
  this.nextToken,
  this.trialSummaries,
});