Atsign constructor

Atsign({
  1. String? title,
  2. bool? isFollowing,
  3. String? subtitle,
  4. dynamic profilePicture,
})

Implementation

Atsign({
  this.title,
  this.isFollowing,
  this.subtitle,
  this.profilePicture,
});