LegalInfo constructor

LegalInfo({
  1. int? id,
  2. String? legalUuid,
  3. String? internalTitle,
  4. String? pageLabel,
  5. String? content,
  6. String? languageCode,
})

Implementation

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