ListFeatureGroupsResponse constructor
      
      ListFeatureGroupsResponse({ 
    
    
- required List<FeatureGroupSummary> featureGroupSummaries,
- required String nextToken,
Implementation
ListFeatureGroupsResponse({
  required this.featureGroupSummaries,
  required this.nextToken,
});