PreviewFeatureList constructor

PreviewFeatureList({
  1. String? etag,
  2. String? id,
  3. List<PreviewFeature>? items,
  4. String? nextPageToken,
  5. String? selfLink,
  6. List<String>? unreachables,
  7. PreviewFeatureListWarning? warning,
})

Implementation

PreviewFeatureList({
  this.etag,
  this.id,
  this.items,
  this.nextPageToken,
  this.selfLink,
  this.unreachables,
  this.warning,
});