ListOfProperties constructor
ListOfProperties({
- Set<
DecryptedPropertyStub> ? properties,
Implementation
ListOfProperties({
Set<DecryptedPropertyStub>? properties}) : properties = properties ?? {};