ListTrialsResponse constructor

ListTrialsResponse({
  1. List<Trial> trials = const [],
  2. String nextPageToken = '',
})

Implementation

ListTrialsResponse({this.trials = const [], this.nextPageToken = ''})
  : super(fullyQualifiedName);