ListPropertiesSuggestionState constructor

ListPropertiesSuggestionState({
  1. List<NestingLevelSuggestionState>? nestingLevelsSuggestionStates,
})

Implementation

ListPropertiesSuggestionState({
  this.nestingLevelsSuggestionStates,
});