ListOfProperties constructor

const ListOfProperties({
  1. @Default.new({}) Set<DecryptedPropertyStub> properties,
})

Implementation

const factory ListOfProperties({
	@Default({}) Set<DecryptedPropertyStub> properties,
}) = _ListOfProperties;