ListFeaturesResponse constructor

ListFeaturesResponse({
  1. String? nextPageToken,
  2. List<Feature>? resources,
})

Implementation

ListFeaturesResponse({
  this.nextPageToken,
  this.resources,
});