SuggestedListProperties constructor

SuggestedListProperties({
  1. ListProperties? listProperties,
  2. ListPropertiesSuggestionState? listPropertiesSuggestionState,
})

Implementation

SuggestedListProperties({
  this.listProperties,
  this.listPropertiesSuggestionState,
});