Social constructor

Social({
  1. String? id,
  2. String? createdAt,
  3. String? facebook,
  4. String? twitter,
  5. String? instagram,
  6. String? youtube,
  7. String? tiktok,
  8. String? linkedin,
  9. String? udemy,
})

Implementation

Social(
    {this.id,
    this.createdAt,
    this.facebook,
    this.twitter,
    this.instagram,
    this.youtube,
    this.tiktok,
    this.linkedin,
    this.udemy});