ListFeatureGroupsResponse constructor

ListFeatureGroupsResponse({
  1. required List<FeatureGroupSummary> featureGroupSummaries,
  2. required String nextToken,
})

Implementation

ListFeatureGroupsResponse({
  required this.featureGroupSummaries,
  required this.nextToken,
});