PrivacyList constructor

PrivacyList(
  1. String name,
  2. List<PrivacyListItem>? items
)

Implementation

PrivacyList(this.name, this.items);