ListOfProperties constructor
const
ListOfProperties({
- @Default.new({}) Set<
DecryptedPropertyStub> properties,
Implementation
const factory ListOfProperties({
@Default({}) Set<DecryptedPropertyStub> properties,
}) = _ListOfProperties;