ListOfPropertiesDto constructor
ListOfPropertiesDto({
- Set<
PropertyStubDto> properties = const {},
Returns a new ListOfPropertiesDto instance.
Implementation
ListOfPropertiesDto({
this.properties = const {},
});