LegalInfo constructor

LegalInfo({
  1. int? id,
  2. String? pageLabel,
  3. String? content,
})

Implementation

LegalInfo({this.id, this.pageLabel, this.content});