PrivacyNote constructor

PrivacyNote({
  1. String? id,
  2. String? title,
  3. String? content,
})

Implementation

PrivacyNote({this.id, this.title, this.content});