ListOfProperties constructor

ListOfProperties({
  1. Set<DecryptedPropertyStub>? properties,
})

Implementation

ListOfProperties({
		Set<DecryptedPropertyStub>? properties}) : properties = properties ?? {};