List constructor
List({
- ListProperties? listProperties,
- List<
String> ? suggestedDeletionIds, - String? suggestedInsertionId,
- Map<
String, SuggestedListProperties> ? suggestedListPropertiesChanges,
Implementation
List({
this.listProperties,
this.suggestedDeletionIds,
this.suggestedInsertionId,
this.suggestedListPropertiesChanges,
});