StoryProfile constructor

StoryProfile(
  1. String? nickname,
  2. String? profileImageUrl,
  3. String? thumbnailUrl,
  4. String? bgImageUrl,
  5. String? permalink,
  6. String? birthday,
  7. String? birthdayType,
)

Implementation

StoryProfile(this.nickname, this.profileImageUrl, this.thumbnailUrl,
    this.bgImageUrl, this.permalink, this.birthday, this.birthdayType);