UContentJson constructor

UContentJson({
  1. String? title,
  2. String? subTitle,
  3. String? description,
  4. String? instagram,
  5. String? telegram,
  6. String? whatsapp,
  7. String? phone,
})

Implementation

UContentJson({
  this.title,
  this.subTitle,
  this.description,
  this.instagram,
  this.telegram,
  this.whatsapp,
  this.phone,
});